[IMP] Add an external dependency for users_ldap
authorStephane Wirtel <stephane@openerp.com>
Mon, 17 Jan 2011 10:29:36 +0000 (11:29 +0100)
committerStephane Wirtel <stephane@openerp.com>
Mon, 17 Jan 2011 10:29:36 +0000 (11:29 +0100)
bzr revid: stephane@openerp.com-20110117102936-owbi526stgjd9ucc

addons/users_ldap/__openerp__.py

index afc6008..7d54e1f 100644 (file)
     "version" : "0.1",
     "depends" : ["base"],
     "author" : "OpenERP SA",
-    "description": """Adds support for authentication by ldap server""",
+    "description": """Adds support for authentication by ldap server.
+This module only works with Unix/Linux
+    """,
+
+
     "website" : "http://www.openerp.com",
     "category" : "Generic Modules/Others",
     "init_xml" : [
@@ -36,6 +40,9 @@
     "active": False,
     "installable": True,
     "certificate" : "001141446349334700221",
+    "dependencies" : {
+        'python' : ['ldap'],
+    }
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: