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

This commit is contained in:
Theodore Ni
2023-08-11 07:31:21 +02:00
committed by GitHub
parent def1499268
commit 77f98b94a3
@@ -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 = [