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
@@ -1,4 +1,4 @@
{ lib, stdenv, buildPythonPackage, fetchPypi, setuptools_scm
{ lib, stdenv, buildPythonPackage, fetchPypi, setuptools-scm
, toml
}:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
# No tests available
doCheck = false;
nativeBuildInputs = [ setuptools_scm toml ];
nativeBuildInputs = [ setuptools-scm toml ];
preConfigure = ''
export LC_ALL=${if stdenv.isDarwin then "en_US" else "C"}.UTF-8