mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
python37Packages.aiomysql: unbreak build
This commit is contained in:
parent
7543a5bf71
commit
fde0f4ba42
@ -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
Block a user