From: Andrew Tridgell Date: Wed, 8 Feb 2012 02:00:29 +0000 (+1100) Subject: idl: wmi and dcom don't need python bindings X-Git-Tag: tevent-0.9.15~15 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102;p=gd%2Fsamba-autobuild%2F.git idl: wmi and dcom don't need python bindings the python generation for these IDL files is currently broken --- diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index d2112b47d83..c90edf1002b 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -18,7 +18,7 @@ bld.SAMBA_PIDL_LIST('PIDL', bld.SAMBA_PIDL_LIST('PIDL', 'wmi.idl dcom.idl', - options='--header --ndr-parser --server --client --python --dcom-proxy --com-header', + options='--header --ndr-parser --server --client --dcom-proxy --com-header', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL',