5 # work out what python external libraries we need to install
7 "dns.resolver": "dnspython/dns",
8 "iso8601": "pyiso8601",
13 for module
, package
in external_libs
.items():
20 bld
.INSTALL_WILDCARD('${PYTHONARCHDIR}/samba/third_party', e
+ '/**/*', flat
=False,
21 exclude
='*.pyc', trim_path
=os
.path
.dirname(e
))
23 bld
.SAMBA_GENERATOR('third_party_init_py',
27 bld
.INSTALL_FILES('${PYTHONARCHDIR}/samba/third_party', 'empty_file', destname
='__init__.py')