From fde0f4ba42add41fae2430e13c8cbcb350dd6485 Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Sat, 26 Dec 2020 14:25:46 -0500 Subject: [PATCH] python37Packages.aiomysql: unbreak build --- pkgs/development/python-modules/aiomysql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aiomysql/default.nix b/pkgs/development/python-modules/aiomysql/default.nix index 4de8eaba3d8..803f642406c 100644 --- a/pkgs/development/python-modules/aiomysql/default.nix +++ b/pkgs/development/python-modules/aiomysql/default.nix @@ -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 = ''