Remove top-level pycups

See #11567.
This commit is contained in:
Frederik Rietdijk 2016-08-14 13:22:02 +02:00
parent e22ea832fd
commit faa9ed0b10
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ kde, kdelibs
, pythonPackages, cups, pykde4, pycups, system-config-printer }:
, pythonPackages, cups, pykde4, system-config-printer }:
let s_c_p = system-config-printer.override { withGUI = false; }; in
@ -7,7 +7,7 @@ kde rec {
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
] ++ pythonPath;
pythonPath = [ cups pythonPackages.pyqt4 pykde4 pycups s_c_p ];
pythonPath = [ cups pythonPackages.pyqt4 pykde4 pythonPackages.pycups s_c_p ];
# system-config-printer supplies some D-Bus policy that we need.
propagatedUserEnvPkgs = [ s_c_p ];

View file

@ -10060,8 +10060,6 @@ in
pycrypto = pythonPackages.pycrypto;
pycups = pythonPackages.pycups;
pyexiv2 = pythonPackages.pyexiv2;
pygobject = pythonPackages.pygobject;