libsmb/pysmb: add pytalloc-util dependency to fix the build.
authorGünther Deschner <gd@samba.org>
Mon, 1 Feb 2016 22:11:13 +0000 (23:11 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Apr 2016 07:09:25 +0000 (09:09 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Tue Feb  2 15:49:14 CET 2016 on sn-devel-144

(cherry picked from commit 943e69ca8fd4491004eafbf29ed2ca748b0b7480)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789

source3/wscript_build

index 2c94ef31ffe5bbbb35a473bd6be1ece2ce60d5d8..7fb95072f2a675d3ef703113b6ad6107bae6103b 100755 (executable)
@@ -1462,7 +1462,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'
                   )