python3Packages.fasteners: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-16 19:47:33 +02:00
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