Bug 922283

Summary: python3-cups needed
Product: [openSUSE] openSUSE Tumbleweed Reporter: Christian Boltz <suse-beta>
Component: PrintingAssignee: openSUSE GNOME <os.gnome.maintainers>
Status: RESOLVED FIXED QA Contact: Johannes Meixner <jsmeix>
Severity: Normal    
Priority: P5 - None CC: dimstar
Version: 201502*   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 13.2   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Christian Boltz 2015-03-13 12:22:22 UTC
from https://bugzilla.opensuse.org/show_bug.cgi?id=920937 comment 42:

There's a python-cups package (for python 2.7), but no python3-cups.

However, /usr/share/dbus-1/services/org.fedoraproject.Config.Printing.service has Exec=/usr/bin/scp-dbus-service and that finally calls 
/usr/share/system-config-printer/scp-dbus-service.py which has a /usr/bin/python3 shebang line.

But there's no python3-cups, so "import cups" in python3 fails for obvious reasons ;-) which also means scp-dbus-service.py will explode.

Please provide a python3-cups package (and change the dependencies in the packages that currently require python-cups as needed)
Comment 1 Dominique Leuenberger 2015-03-13 12:46:18 UTC
> osc rq list openSUSE:Factory python3-cups
290452  State:review     By:licensedigger When:2015-03-12T15:50:03
        submit:          devel:languages:python3/python3-cups@bbca003858b8333ea1e75d146b978c69 -> openSUSE:Factory
        Review by Package    is accepted:  devel:languages:python3/python3-cups(posophe)     
        Review by Group      is accepted:  legal-auto(licensedigger)                         
        Review by Group      is accepted:  factory-auto(factory-auto)                        
        Review by Group      is accepted:  factory-staging(mlin7442)                         
        Review by Group      is new:       opensuse-review-team                              
        Review by User       is accepted:  factory-repo-checker(factory-repo-checker)        
        Review by Group      is new:       legal-team                                        
        Descr: Introduction of python3 variant of pycups (needed by system-
               config-printer already)
        Comment: new_package: 1.9.72 

osc rq list GNOME:Factory> osc rq list GNOME:Factory system-config-printer
290448  State:new        By:Zaitor       When:2015-03-12T15:06:37
        submit:          home:dimstar:Factory/system-config-printer@5 ->    GNOME:Factory
        Review by Group      is accepted:  gnome-maintainers(Zaitor)                         
        Descr: update to 1.5.5 - this one even starts...
        Comment: Awesome! 


All of what you ask for has been started already;
Comment 2 Christian Boltz 2015-03-13 18:49:45 UTC
Wow, that's the first time one of my bugreports was fixed in the past ;-)