python3Package.mergedb: add setuptools

This commit is contained in:
Fabian Affolter 2022-04-06 11:21:22 +02:00 committed by GitHub
parent 16e14a8acb
commit f0b94551bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
, pytestCheckHook
, pythonOlder
, pyyaml
, setuptools
, setuptools-scm
}:
@ -29,6 +30,7 @@ buildPythonPackage rec {
pyyaml
colorama
jinja2
setuptools
];
checkInputs = [