python37Packages.aiomysql: unbreak build

This commit is contained in:
Robert T. McGibbon 2020-12-26 14:25:46 -05:00
parent 7543a5bf71
commit fde0f4ba42

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