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
commit 08b68cd834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [