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:
parent
61950db5f8
commit
63f2d4e076
@ -56,6 +56,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pycups
|
||||
qtconsole
|
||||
pyqt5
|
||||
setuptools
|
||||
];
|
||||
|
||||
# QtApplication.instance() does not work during tests?
|
||||
|
Loading…
Reference in New Issue
Block a user