From b4dd1accc8178bed96ab8606dc655d30826886e6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 14:54:11 +1100 Subject: s4-waf: don't depend directly on python modules build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett --- source4/lib/messaging/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/messaging') diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index d775d6f7c6..983895ec26 100644 --- a/source4/lib/messaging/wscript_build +++ b/source4/lib/messaging/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('MESSAGING', bld.SAMBA_PYTHON('python_messaging', source='pymessaging.c', - deps='MESSAGING LIBEVENTS python_irpc pyparam_util', + deps='MESSAGING LIBEVENTS pyparam_util', realname='samba/messaging.so' ) -- cgit