system-config-printer:fixed build dep and v.bump
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- system-config-printer-1.5.9/jobviewer.py 2017-01-09 12:38:09.000000000 +0100
|
||||
+++ system-config-printer-1.5.9/jobviewer.py.new 2017-01-27 08:14:00.163315284 +0100
|
||||
@@ -59,6 +59,8 @@
|
||||
USE_KEYRING=True
|
||||
except ImportError:
|
||||
USE_KEYRING=False
|
||||
+except ValueError:
|
||||
+ USE_KEYRING=False
|
||||
|
||||
import gettext
|
||||
gettext.install(domain=config.PACKAGE, localedir=config.localedir)
|
||||
Reference in New Issue
Block a user