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,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools_scm
, setuptools-scm
, pytestrunner
, pytest
}:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "4801569c08bfcecfe7b0927b17f079c90f8607aca8fecaf42ded92b737162bc7";
};
buildInputs = [ setuptools_scm pytestrunner ];
buildInputs = [ setuptools-scm pytestrunner ];
checkInputs = [ pytest ];
meta = with lib; {