diff options
author | Lumir Balhar <lbalhar@redhat.com> | 2017-09-14 09:30:28 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-10-23 11:42:19 +0200 |
commit | 806c1bcacdce707b23369fe268bf5220d5224c45 (patch) | |
tree | 7eae3116dcaa9f109174b672aaa0280bf2096c18 /source4/librpc | |
parent | c3a1348371ddcd06730ad05d7946e0f0da58ee21 (diff) | |
download | samba-806c1bcacdce707b23369fe268bf5220d5224c45.tar.gz |
python: Port samba.messaging module to Python 3 compatible form.
Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 1c3f8dedd15..eed0551824b 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -338,7 +338,7 @@ for env in bld.gen_python_environments(): bld.SAMBA_PYTHON('python_irpc', source='gen_ndr/py_irpc.c', - deps='RPC_NDR_IRPC pytalloc-util pyrpc_util', + deps='RPC_NDR_IRPC %s %s' % (pytalloc_util, pyrpc_util), realname='samba/dcerpc/irpc.so' ) |