[kupfer] wscript: Make 'keyring' module optional



commit 453b4e8087f43b199861d76c0beab7471646362a
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Fri Jul 9 18:46:56 2010 +0200

    wscript: Make 'keyring' module optional
    
    This reflects code changes already in v201, in the wscript so that
    kupfer lets you install it even without keyring.

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wscript b/wscript
index e3af4a3..85160f4 100644
--- a/wscript
+++ b/wscript
@@ -140,7 +140,6 @@ def configure(conf):
 		gtk
 		xdg
 		dbus
-		keyring
 		"""
 	for module in python_modules.split():
 		conf.check_python_module(module)
@@ -155,6 +154,7 @@ def configure(conf):
 			"wnck": "Identify and focus running applications",
 			"gnome": ("Log out cleanly with session managers *OTHER* than "
 				"gnome-session >= 2.24"),
+			"keyring": "Required by plugins that save passwords",
 		}
 
 	for prog in opt_programs:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]