summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-19 17:23:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-19 22:46:44 +0200
commit827ce7b0a37595b23ab35d016fd391a82d408a76 (patch)
tree4a56c586b4fde3de10618b01a8334a0611d9d6ed
parent27d82685dabf93c41ddbe273563073394d21afd3 (diff)
downloadsamba-827ce7b0a37595b23ab35d016fd391a82d408a76.tar.gz
samba-827ce7b0a37595b23ab35d016fd391a82d408a76.tar.bz2
samba-827ce7b0a37595b23ab35d016fd391a82d408a76.zip
pyglue: Trim dependencies.
-rw-r--r--source4/param/wscript_build2
-rw-r--r--source4/scripting/python/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 39b41f0850..89929f1a52 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -55,7 +55,7 @@ bld.SAMBA_PYTHON('param',
bld.SAMBA_SUBSYSTEM('pyparam_util',
source='pyparam_util.c',
- deps='LIBPYTHON',
+ deps='LIBPYTHON LIBSAMBA-HOSTCONFIG',
needs_python=True
)
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index e78d4e2c59..ca36a81de8 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
- deps='LIBNDR ldb SAMDB CREDENTIALS python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
+ deps='pyparam_util LIBSAMBA-UTIL LIBNETIF',
realname='samba/_glue.so'
)