···2020 python3Packages.setuptools-scm
2121 ];
22222323- # give a hint to setuptools_scm on package version
2323+ # give a hint to setuptools-scm on package version
2424 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
25252626 propagatedBuildInputs = with python3Packages; [
···11{ stdenv, lib
22-, buildPythonPackage, fetchPypi, pythonOlder, setuptools_scm, pytestCheckHook
22+, buildPythonPackage, fetchPypi, pythonOlder, setuptools-scm, pytestCheckHook
33, aiohttp
44, aiohttp-cors
55, appdirs
···2525 sha256 = "1cdkrl5vw26iy7s23v2zpr39m6g5xsgxhfhagzzflgfbvdc56s93";
2626 };
27272828- nativeBuildInputs = [ setuptools_scm ];
2828+ nativeBuildInputs = [ setuptools-scm ];
29293030 # Necessary for the tests to pass on Darwin with sandbox enabled.
3131 # Black starts a local server and needs to bind a local address.
···3939 "test_cmd_unknown-1_txt"
4040 ];
41414242- # give a hint to setuptools_scm on package version
4242+ # give a hint to setuptools-scm on package version
4343 SETUPTOOLS_SCM_PRETEND_VERSION="v${version}";
44444545 meta = with lib; {
+1-1
pkgs/development/python-modules/clvm/default.nix
···2323 setuptools-scm
2424 ];
25252626- # give a hint to setuptools_scm on package version
2626+ # give a hint to setuptools-scm on package version
2727 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
28282929 propagatedBuildInputs = [
···11{ lib
22, fetchPypi
33, buildPythonPackage
44-, setuptools_scm
44+, setuptools-scm
55}:
6677buildPythonPackage rec {
···1313 sha256 = "sha256-2qNQpILtWLVyREPGUUMhkem5ewyDdDh50JExccaigIU=";
1414 };
15151616- nativeBuildInputs = [ setuptools_scm ];
1616+ nativeBuildInputs = [ setuptools-scm ];
17171818 # Disabling tests for now due to various (transitive) dependencies on modules
1919 # from @smarie which are, as of yet, not part of nixpkgs. Also introduces