[kupfer] wscript: Require python module keyring, when configuring



commit bf630fbc8183cef215da4696cef1c6a722773083
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Mon Feb 15 01:38:27 2010 +0100

    wscript: Require python module keyring, when configuring

 wscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/wscript b/wscript
index 1c6da3d..9b4c5fa 100644
--- a/wscript
+++ b/wscript
@@ -137,6 +137,7 @@ def configure(conf):
 		gtk
 		xdg
 		dbus
+		keyring
 		"""
 	for module in python_modules.split():
 		conf.check_python_module(module)



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