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
@@ -5,7 +5,7 @@
, pytest
, pytestCheckHook
, psutil
, setuptools_scm
, setuptools-scm
}:
buildPythonPackage rec {
@@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "179c2911d8aee3441fee051aba08e0d9b4dab61b829ae4811906d5c49a3b0a58";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
buildInputs = [ pytest ];