python3Packages.dvclive: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-19 16:06:24 +02:00
committed by Sandro Jäckel
parent 915faea21c
commit 59fc00babd
@@ -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