python310Packages.pint-pandas: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-26 03:20:07 +08:00
committed by Yt
parent 1fae3fed49
commit 1be3c609c6
@@ -3,6 +3,8 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools
, setuptools-scm
, wheel
, pint
, pandas
, pytestCheckHook
@@ -20,8 +22,12 @@ buildPythonPackage rec {
hash = "sha256-FuH6wksSCkkL2AyQN46hwTnfeAZFwkWRl6KEEhsxmUY=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [