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
@@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi, isPy27, lib, setuptools, setuptools_scm
{ buildPythonPackage, fetchPypi, isPy27, lib, setuptools, setuptools-scm
, pytestCheckHook }:
buildPythonPackage rec {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "b36542e2faab612f861c5ef4da17220ac1553f5892b3583c67281dbe4faad404";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ setuptools ];