Merge pull request #250061 from tjni/pytest-test-utils

python3.pkgs.pytest-test-utils: add missing build dependencies
This commit is contained in:
OTABI Tomoya
2023-08-19 09:52:09 +09:00
committed by GitHub
@@ -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 = [