lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytest-test-utils: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Frederik Rietdijk
f0327dff a7854ae9

+5
+5
pkgs/development/python-modules/pytest-test-utils/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 + , setuptools 4 5 , pytestCheckHook 5 6 , pytest 6 7 , pythonOlder ··· 19 20 rev = "refs/tags/${version}"; 20 21 hash = "sha256-5gB+hnJR2+NQd/n7RGrX1bzfKt8Np7IbWw61SZgNVJY="; 21 22 }; 23 + 24 + nativeBuildInputs = [ 25 + setuptools 26 + ]; 22 27 23 28 buildInputs = [ 24 29 pytest