python3Packages.pyrituals: add setuptools to nativeBuildInputs
This commit is contained in:
parent
20b9217e2f
commit
33c34beac0
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -18,6 +19,10 @@ buildPythonPackage rec {
|
|||
sha256 = "0ynjz7khp67bwxjp580w3zijxr9yn44nmnbvkxjxq9scyb2mjf6g";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ aiohttp ];
|
||||
|
||||
# Project has no tests
|
||||
|
|
Loading…
Reference in a new issue