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
@@ -2,7 +2,7 @@
, stdenv
, buildPythonPackage
, fetchPypi
, setuptools_scm
, setuptools-scm
, pytestCheckHook
, pytest-asyncio
, pytest-timeout
@@ -22,7 +22,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
setuptools_scm
setuptools-scm
];
checkInputs = [