Merge pull request #107656 from rmcgibbo/aiomysql

python37Packages.aiomysql: unbreak build
This commit is contained in:
Sandro
2020-12-26 23:18:40 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "PyMySQL>=0.9,<=0.9.2" "PyMySQL"
--replace "PyMySQL>=0.9,<=0.9.3" "PyMySQL"
'';
checkPhase = ''