python3Package.mergedb: add setuptools
This commit is contained in:
parent
16e14a8acb
commit
f0b94551bc
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
|
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
|||
pyyaml
|
||||
colorama
|
||||
jinja2
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue