python3Packages.aiomysql: fix patch to dependencies
the build was failing as upstream changed their pinning
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user