treewide: setuptools_scm -> setuptools-scm

This commit is contained in:
Sandro Jäckel
2021-06-03 12:09:11 +02:00
parent 6d0f8c8015
commit 89d5f4b3d0
169 changed files with 308 additions and 308 deletions

View File

@@ -6,7 +6,7 @@
, numpy
, scikit-learn
, six
, setuptools_scm
, setuptools-scm
, gcc
, pytest
, pytestcov
@@ -28,7 +28,7 @@ buildPythonPackage rec {
sha256 = "222d8ffb47f385c43eba45e3f308e605fc9736b2b7137d74979adf1a31e7c8b4";
};
nativeBuildInputs = [ setuptools_scm gcc ];
nativeBuildInputs = [ setuptools-scm gcc ];
propagatedBuildInputs = [ cython numpy scikit-learn six ];