python37Packages.aiomysql: unbreak build
This commit is contained in:
parent
7543a5bf71
commit
fde0f4ba42
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "PyMySQL>=0.9,<=0.9.2" "PyMySQL"
|
--replace "PyMySQL>=0.9,<=0.9.3" "PyMySQL"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue