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 = ''
|
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…
x
Reference in New Issue
Block a user