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)
committerGünther Deschner <gd@samba.org>
Tue, 2 Feb 2016 14:49:14 +0000 (15:49 +0100)
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

source3/wscript_build

index 14cccc570712e7d9a191e3eff97392bfb36a2255..0c7dfc2dfccba698084da33be678db7c667a8ac8 100755 (executable)
@@ -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'
                   )