s4-waf: updates for the new python installer from jelmer
[idra/samba.git] / source4 / scripting / python / samba_external / wscript_build
diff --git a/source4/scripting/python/samba_external/wscript_build b/source4/scripting/python/samba_external/wscript_build
deleted file mode 100644 (file)
index 45e00d0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-
-# work out what external modules need to be installed
-external_list = []
-try:
-    import dns.resolver
-except:
-    external_list.append("dnspython")
-
-for e in external_list:
-    bld.INSTALL_WILDCARD('${PYTHONDIR}/samba_external', e + '/**/*', flat=False, exclude='*.pyc')