python3.pkgs.xarray: replace setuptoolsBuildHook with normal dependencies (#247852)

This commit is contained in:
Theodore Ni 2023-08-10 22:31:21 -07:00 committed by GitHub
parent def1499268
commit 77f98b94a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,9 @@
, pandas
, pytestCheckHook
, pythonOlder
, setuptoolsBuildHook
, setuptools
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@ -22,11 +23,12 @@ buildPythonPackage rec {
hash = "sha256-2s4v2/G3/xhdnBImokv4PCrlLzJT2/6A4X0RYmANBVw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptoolsBuildHook
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [