python3Packages.fountains: add setuptools to nativeBuildInputs
This commit is contained in:
committed by
Sandro Jäckel
parent
809cf4639c
commit
e07eca17af
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
, bitlist
|
||||
, pythonOlder
|
||||
}:
|
||||
@@ -17,6 +18,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-9ASOgqkE1vwCKGAZXEJaHoABMXomIWTGv3jAsNssdsU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bitlist
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user