python3Packages.dvclive: fix setuptools version
This commit is contained in:
parent
4360f88a64
commit
ea1df3b3d4
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user