python310Packages.dvc-render: add missing input
This commit is contained in:
parent
29a77fc1ad
commit
1544008cf3
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue