python310Packages.asyncmy: add setuptools

This commit is contained in:
Fabian Affolter 2022-10-30 20:49:49 +01:00
parent dc3446688c
commit 4dec4ce11e

View file

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