python3Packages.aiomysql: fix patch to dependencies

the build was failing as upstream changed their pinning
This commit is contained in:
Daniel Edgecumbe 2020-12-10 14:51:07 +00:00
parent 0f41c841e8
commit 727ae74884
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 = ''