From eaecbfa0e2703d429b295e51e230545ed8f3462c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 Nov 2007 15:34:12 +0100 Subject: r26114: Allow keyword-arguments. (This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5) --- source4/lib/ldb/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/setup.py b/source4/lib/ldb/setup.py index 47326e2fae..77b54f434d 100755 --- a/source4/lib/ldb/setup.py +++ b/source4/lib/ldb/setup.py @@ -10,5 +10,6 @@ setup(name="ldb", license="LGPLv3", keywords=["ldap","ldb","db","ldif"], ext_modules=[Extension('_ldb', ['ldb.i'], include_dirs=['include'], + swig_opts=["-keyword"], library_dirs=["lib"], libraries=['ldb','ldap'])], ) -- cgit