5 # work out what python external libraries we need to install
7 "subunit": "subunit/python/subunit",
8 "testtools": "testtools/testtools"}
12 for module
, package
in external_libs
.items():
19 bld
.INSTALL_WILDCARD('${PYTHONARCHDIR}/samba/external', e
+ '/**/*', flat
=False,
20 exclude
='*.pyc', trim_path
=os
.path
.dirname(e
))
22 bld
.SAMBA_GENERATOR('external_init_py',
26 bld
.INSTALL_FILES('${PYTHONARCHDIR}/samba/external', 'empty_file', destname
='__init__.py')
28 # a grouping library for event and socket related subsystems
29 bld
.SAMBA_LIBRARY('samba-sockets',
32 grouping_library
=True,
33 deps
='LIBTSOCKET samba_socket tevent-util')