3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.dask-ml: setuptools-scm should be in nativeBuildInputs

This commit is contained in:
Robert Schütz 2021-04-23 11:25:19 +02:00
parent 7e55392a4f
commit 0e54200b06

View file

@ -26,6 +26,10 @@ buildPythonPackage rec {
sha256 = "8fc4ac3ec1915e382fb8cae9ff1ec9b5ac1bee0b6f4c6975d6e6cb7191a4a815";
};
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
dask
dask-glm
@ -39,7 +43,6 @@ buildPythonPackage rec {
scipy
six
toolz
setuptools-scm
];
# has non-standard build from source, and pypi doesn't include tests