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:
@@ -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')
|
||||
Reference in New Issue
Block a user