Merge pull request #198707 from fabaff/asyncmy-fix

python310Packages.asyncmy: add setuptools
This commit is contained in:
Fabian Affolter 2022-10-30 23:39:35 +01:00 committed by GitHub
commit fd21e7cd72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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