From bdab6c36e84178b361b77ad0ee70757df6aca26a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Aug 2010 03:38:46 +0200 Subject: [PATCH] s4-pynet: pynet depends on pyrpc_util --- source4/libnet/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build index 5bf926b05e9..0296bef9171 100644 --- a/source4/libnet/wscript_build +++ b/source4/libnet/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('LIBSAMBA-NET', bld.SAMBA_PYTHON('python_net', source='py_net.c', - deps='LIBSAMBA-NET', + deps='LIBSAMBA-NET pyrpc_util', realname='samba/net.so' ) -- 2.34.1