mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #198707 from fabaff/asyncmy-fix
python310Packages.asyncmy: add setuptools
This commit is contained in:
commit
fd21e7cd72
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user