summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 14:54:11 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:26 +1100
commitb4dd1accc8178bed96ab8606dc655d30826886e6 (patch)
tree47ea64b482764d6e5074a5d885a79c30359cd71b /source4/lib/messaging/wscript_build
parent3981399957a8f2d608adb33e9ced1c50bcb1f5dc (diff)
downloadsamba-b4dd1accc8178bed96ab8606dc655d30826886e6.tar.gz
samba-b4dd1accc8178bed96ab8606dc655d30826886e6.tar.bz2
samba-b4dd1accc8178bed96ab8606dc655d30826886e6.zip
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 <abartlet@samba.org>
Diffstat (limited to 'source4/lib/messaging/wscript_build')
-rw-r--r--source4/lib/messaging/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)