Unverified Commit 63f2d4e0 authored by Markus's avatar Markus Committed by GitHub
Browse files

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...
parent 61950db5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ python3.pkgs.buildPythonApplication rec {
    pycups
    qtconsole
    pyqt5
    setuptools
  ];

  # QtApplication.instance() does not work during tests?