Merge pull request #250061 from tjni/pytest-test-utils
python3.pkgs.pytest-test-utils: add missing build dependencies
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user