Merge pull request #107656 from rmcgibbo/aiomysql
python37Packages.aiomysql: unbreak build
This commit is contained in:
commit
8e334e6992
|
@ -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