mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
tevent: Install python tevent modules.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 6 23:13:37 CET 2011 on sn-devel-104
This commit is contained in:
@ -97,6 +97,12 @@ def build(bld):
|
||||
'pytevent.c',
|
||||
deps='tevent',
|
||||
realname='_tevent.so')
|
||||
# install out various python scripts for use by make test
|
||||
bld.SAMBA_SCRIPT('tevent_python',
|
||||
pattern='tevent.py',
|
||||
installdir='python')
|
||||
|
||||
bld.INSTALL_WILDCARD('${PYTHONDIR}', 'tevent.py', flat=False)
|
||||
|
||||
|
||||
def test(ctx):
|
||||
|
Reference in New Issue
Block a user