s4-waf: don't depend directly on python modules
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 03:54:11 +0000 (14:54 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:26 +0000 (19:03 +1100)
commitb4dd1accc8178bed96ab8606dc655d30826886e6
tree47ea64b482764d6e5074a5d885a79c30359cd71b
parent3981399957a8f2d608adb33e9ced1c50bcb1f5dc
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>
source4/lib/messaging/wscript_build
source4/lib/registry/wscript_build
source4/librpc/wscript_build
source4/ntvfs/posix/wscript_build