1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

libsmb/pysmb: add pytalloc-util dependency to fix the build.

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
This commit is contained in:
Günther Deschner 2016-02-01 23:11:13 +01:00 committed by Karolin Seeger
parent 828a9b4cc9
commit 8c295c3319

View File

@ -1496,7 +1496,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'
)