python3Packages.aiomysql: fix patch to dependencies
the build was failing as upstream changed their pinning
This commit is contained in:
parent
0f41c841e8
commit
727ae74884
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue