0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

napari&deps: rename setuptools_scm setuptools-scm

This commit is contained in:
Someone Serge 2021-12-21 00:09:35 +02:00
parent 1805df99ea
commit d0e4af844e
No known key found for this signature in database
GPG key ID: A39079F4AE78D20D
8 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools
, setuptools_scm
, setuptools-scm
, wheel
, pytest
}: buildPythonPackage rec {
@ -14,7 +14,7 @@
rev = "${version}";
sha256 = "sha256-hQuPJQrGvDs4dJrMLSR4sSnqy45xrF2ufinBG+azuCg=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ pytest setuptools wheel ];
SETUPTOOLS_SCM_PRETEND_VERSION = version;