1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

s4-waf: updates for the new python installer from jelmer

This commit is contained in:
Andrew Tridgell
2010-04-02 00:13:26 +11:00
parent ba64e236d5
commit 4fa9c3187d
4 changed files with 16 additions and 18 deletions

View File

@@ -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')