mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
python3Packages.pytest-test-utils: add setuptools to nativeBuildInputs
This commit is contained in:
parent
a7854ae932
commit
f0327dffbe
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, pytestCheckHook
|
||||
, pytest
|
||||
, pythonOlder
|
||||
@ -20,6 +21,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-5gB+hnJR2+NQd/n7RGrX1bzfKt8Np7IbWw61SZgNVJY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
pytest
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user