From: Jelmer Vernooij Date: Sun, 30 Jan 2011 09:59:41 +0000 (+0100) Subject: provision: Add missing dependency on pyldb-util. X-Git-Tag: tevent-0.9.11~851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a65eedd0c78034b2dc9e08c3d632d064ebefebed;p=thirdparty%2Fsamba.git provision: Add missing dependency on pyldb-util. Autobuild-User: Jelmer Vernooij Autobuild-Date: Wed Feb 9 13:55:10 CET 2011 on sn-devel-104 --- diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 5f69565f92c..bd37e519259 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -13,7 +13,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig', bld.SAMBA_SUBSYSTEM('PROVISION', source='provision.c pyparam.c', - deps='LIBPYTHON pyparam_util ldb pytalloc-util', + deps='LIBPYTHON pyparam_util ldb pytalloc-util pyldb-util', pyext=True, )