Merge pull request #107656 from rmcgibbo/aiomysql

python37Packages.aiomysql: unbreak build
This commit is contained in:
Sandro 2020-12-26 23:18:40 +01:00 committed by GitHub
commit 8e334e6992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''