python3Packages.dvclive: fix setuptools version

This commit is contained in:
Matt Melling 2023-01-28 16:26:36 +00:00 committed by Fabian Affolter
parent 4360f88a64
commit ea1df3b3d4

View File

@ -5,7 +5,7 @@
, pytestCheckHook
, pythonOlder
, ruamel-yaml
, setuptools
, setuptools-scm
, tabulate
}:
@ -23,8 +23,10 @@ buildPythonPackage rec {
hash = "sha256-n3JjZrh2ImpjW1MUTwag716qaVjSChrYqNJuNp6K1s8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [