diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 17:23:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 22:46:44 +0200 |
commit | 827ce7b0a37595b23ab35d016fd391a82d408a76 (patch) | |
tree | 4a56c586b4fde3de10618b01a8334a0611d9d6ed /source4/param/wscript_build | |
parent | 27d82685dabf93c41ddbe273563073394d21afd3 (diff) | |
download | samba-827ce7b0a37595b23ab35d016fd391a82d408a76.tar.gz samba-827ce7b0a37595b23ab35d016fd391a82d408a76.tar.xz samba-827ce7b0a37595b23ab35d016fd391a82d408a76.zip |
pyglue: Trim dependencies.
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r-- | source4/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 39b41f08507..89929f1a525 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 ) |