inkcut: add hidden setuptools dependency

Inkcut requires setuptools to be available. This is not clearly
documented, but is hinted at in the official documentation.

Previously, inkcut started just fine, probably because this
dependency was provided by some other python package...
This commit is contained in:
Markus 2024-02-09 19:25:28 +01:00 committed by GitHub
parent 61950db5f8
commit 63f2d4e076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ python3.pkgs.buildPythonApplication rec {
pycups
qtconsole
pyqt5
setuptools
];
# QtApplication.instance() does not work during tests?