python310Packages.dvc-render: add missing input

This commit is contained in:
Fabian Affolter 2022-07-04 20:02:28 +02:00
parent 29a77fc1ad
commit 1544008cf3

View file

@ -6,6 +6,7 @@
, pytest-mock
, pytest-test-utils
, pythonOlder
, setuptools-scm
, tabulate
}:
@ -23,6 +24,12 @@ buildPythonPackage rec {
hash = "sha256-l0efiCLoOVuSYoHWYYyu8FT1yosdFl6BeogzJyNKltw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
funcy
tabulate