caffeine-ng: remove unneeded dependencies setuptools, wheel

This commit is contained in:
Marcial Gaißert 2019-09-04 15:37:35 +02:00
parent 85c084d88d
commit cdf8247b68
No known key found for this signature in database
GPG key ID: B629036BE399EEE9

View file

@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
buildInputs = [ gdk-pixbuf gobject-introspection libnotify gtk3 ];
pythonPath = with python3Packages; [
dbus-python docopt ewmh pygobject3 pyxdg
setproctitle setuptools setuptools_scm wheel
setproctitle setuptools_scm
];
doCheck = false; # There are no tests.