treewide: setuptools_scm -> setuptools-scm

This commit is contained in:
Sandro Jäckel
2021-06-03 12:09:11 +02:00
parent 6d0f8c8015
commit 89d5f4b3d0
169 changed files with 308 additions and 308 deletions

View File

@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi
, setuptools_scm
, setuptools-scm
, sphinx
, hypothesis
, py
@@ -20,7 +20,7 @@ buildPythonPackage rec {
sha256 = "4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ sphinx ];
checkInputs = [