python311Packages.pymiele: add setuptools dependency
This commit is contained in:
parent
f7ae8d99bb
commit
ca7139f857
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -19,6 +20,10 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
async-timeout
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue