From a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 8 Feb 2012 13:00:29 +1100 Subject: [PATCH] idl: wmi and dcom don't need python bindings the python generation for these IDL files is currently broken --- librpc/idl/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.34.1