python3Packages.fasteners: add setuptools to nativeBuildInputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
3302f623d6
commit
7ea64155e7
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, diskcache
|
||||
, more-itertools
|
||||
, pytestCheckHook
|
||||
@@ -18,6 +19,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-FVhHp8BZ/wQQyr5AcuDo94LlflixhjZ0SnheSdHuDVQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
diskcache
|
||||
more-itertools
|
||||
|
||||
Reference in New Issue
Block a user