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/registry/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry') diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index de36133f05..592d387a2e 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -63,7 +63,7 @@ bld.SAMBA_SUBSYSTEM('torture_registry', bld.SAMBA_PYTHON('py_registry', source='pyregistry.c', - public_deps='registry PYTALLOC pycredentials pyparam_util', + public_deps='registry PYTALLOC pyparam_util', realname='samba/registry.so' ) -- cgit