From: Günther Deschner Date: Mon, 1 Feb 2016 22:11:13 +0000 (+0100) Subject: libsmb/pysmb: add pytalloc-util dependency to fix the build. X-Git-Tag: tevent-0.9.27~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=943e69ca8fd4491004eafbf29ed2ca748b0b7480;p=thirdparty%2Fsamba.git libsmb/pysmb: add pytalloc-util dependency to fix the build. Guenther Signed-off-by: Guenther Deschner Reviewed-by: Michael Adam Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Feb 2 15:49:14 CET 2016 on sn-devel-144 --- diff --git a/source3/wscript_build b/source3/wscript_build index 14cccc57071..0c7dfc2dfcc 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1494,7 +1494,7 @@ bld.SAMBA3_PYTHON('pysmbd', bld.SAMBA3_PYTHON('pylibsmb', source='libsmb/pylibsmb.c', - deps='smbclient samba-credentials', + deps='smbclient samba-credentials pytalloc-util', realname='samba/samba3/libsmb_samba_internal.so' )