mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
r26114: Allow keyword-arguments.
This commit is contained in:
committed by
Stefan Metzmacher
parent
ebe63bd3bc
commit
99c342641b
@@ -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'])],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user