idl: wmi and dcom don't need python bindings
authorAndrew Tridgell <tridge@samba.org>
Wed, 8 Feb 2012 02:00:29 +0000 (13:00 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 8 Feb 2012 02:11:05 +0000 (13:11 +1100)
the python generation for these IDL files is currently broken

librpc/idl/wscript_build

index d2112b47d83228b55e97fc3db7a3e3cfac181f58..c90edf1002b136e53bcc158bff321a47bc9873ff 100644 (file)
@@ -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',