treewide: setuptools_scm -> setuptools-scm

This commit is contained in:
Sandro Jäckel
2021-06-03 12:44:33 +02:00
parent 6d0f8c8015
commit 89d5f4b3d0
169 changed files with 308 additions and 308 deletions
@@ -10,7 +10,7 @@
, scipy
, pytest
, pytest-astropy
, setuptools_scm
, setuptools-scm
, cython
}:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [ numpy astropy astropy-healpix astropy-helpers scipy ];
nativeBuildInputs = [ astropy-helpers cython astropy-extension-helpers setuptools_scm ];
nativeBuildInputs = [ astropy-helpers cython astropy-extension-helpers setuptools-scm ];
checkInputs = [ pytest pytest-astropy ];
# Tests must be run in the build directory