From 4dec4ce11eec7e1cea552778c6eacae5c40cfcab Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Oct 2022 20:49:49 +0100 Subject: [PATCH] python310Packages.asyncmy: add setuptools --- pkgs/development/python-modules/asyncmy/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asyncmy/default.nix b/pkgs/development/python-modules/asyncmy/default.nix index 8356b62b62e6..b81c4d2c6968 100644 --- a/pkgs/development/python-modules/asyncmy/default.nix +++ b/pkgs/development/python-modules/asyncmy/default.nix @@ -4,6 +4,7 @@ , fetchFromGitHub , poetry-core , pythonOlder +, setuptools }: buildPythonPackage rec { @@ -23,10 +24,10 @@ buildPythonPackage rec { nativeBuildInputs = [ cython poetry-core + setuptools ]; - # Not running tests as aiomysql is missing support for - # pymysql>=0.9.3 + # Not running tests as aiomysql is missing support for pymysql>=0.9.3 doCheck = false; pythonImportsCheck = [