ldb_tdb: Also ban a (indexed) search against like @IDXDN=foo
[vlendec/samba-autobuild/.git] / lib / wscript_build
index dd74022b8ecc146bfb32e69d7cffea48fff2b34b..94bc7642a99c5a4bde2dc6a49547854cea43f045 100644 (file)
@@ -1,31 +1,5 @@
 #!/usr/bin/env python
 
-import os, Options
-
-# work out what python external libraries we need to install
-external_libs = {
-    "extras": "extras/extras",
-    "mimeparse": "mimeparse/mimeparse",
-    }
-
-list = []
-
-for module, package in external_libs.items():
-    try:
-        __import__(module)
-    except ImportError:
-        list.append(package)
-
-for e in list:
-    bld.INSTALL_WILDCARD('${PYTHONARCHDIR}/samba/external', e + '/**/*', flat=False,
-                         exclude='*.pyc', trim_path=os.path.dirname(e))
-
-bld.SAMBA_GENERATOR('external_init_py',
-                    rule='touch ${TGT}',
-                    target='empty_file')
-
-bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/external', 'empty_file', destname='__init__.py')
-
 # a grouping library for event and socket related subsystems
 bld.SAMBA_LIBRARY('samba-sockets',
                   source=[],