python3.pkgs.pytest-test-utils: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-18 16:45:52 -07:00
parent 1133438e97
commit c76f645c8c
@@ -2,6 +2,8 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools
, setuptools-scm
, wheel
, pytestCheckHook
, pytest
, pythonOlder
@@ -21,8 +23,12 @@ buildPythonPackage rec {
hash = "sha256-5gB+hnJR2+NQd/n7RGrX1bzfKt8Np7IbWw61SZgNVJY=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
buildInputs = [