python3Packages.dvclive: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 05:08:12 +02:00 committed by Sandro Jäckel
parent 915faea21c
commit 59fc00babd
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -4,6 +4,7 @@
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
, tabulate
}:
@ -21,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-4sixsWZNnI3UJRlFyB21eAdUCgF8iIZ56ECgIeFV/u8=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
dvc-render
tabulate # will be available as dvc-render.optional-dependencies.table