python3Packages.aiomusiccast: propagate setuptools
This commit is contained in:
committed by
Frederik Rietdijk
parent
9fa36b4ab2
commit
58064e424c
@@ -4,6 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, poetry-core
|
||||
, aiohttp
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -31,6 +32,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
setuptools
|
||||
];
|
||||
|
||||
# upstream has no tests
|
||||
|
||||
Reference in New Issue
Block a user