mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
treewide: setuptools_scm -> setuptools-scm
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user