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
@@ -7,7 +7,7 @@
, pytest
, pytestrunner
, hypothesis
, setuptools_scm
, setuptools-scm
, isPy27
}:
@@ -36,7 +36,7 @@ buildPythonPackage rec {
--replace "pytest>=3.0,<4.0" "pytest"
'';
buildInputs = [ setuptools_scm pytestrunner ];
buildInputs = [ setuptools-scm pytestrunner ];
checkInputs = [ pytest hypothesis ];
propagatedBuildInputs = [ hopcroftkarp multiset ];