s3:wscript: pylibsmb depends on pycredentials
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Mar 2016 15:59:51 +0000 (16:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Mar 2016 21:13:23 +0000 (22:13 +0100)
The need for pytalloc-util was based on the fact that
pycredentials depends on pytalloc-util.

As pylibsmb only used pycredentials and not pytalloc-util directly,
we should depend on pycredentials.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/wscript_build

index 18fdf5499943da2b8487d88d8a9cbb61404866c1..436b11255180d93e6d0c3294dc92cd751317e4cf 100755 (executable)
@@ -1487,7 +1487,7 @@ bld.SAMBA3_PYTHON('pysmbd',
 
 bld.SAMBA3_PYTHON('pylibsmb',
                   source='libsmb/pylibsmb.c',
-                  deps='smbclient samba-credentials pytalloc-util',
+                  deps='smbclient samba-credentials pycredentials',
                   realname='samba/samba3/libsmb_samba_internal.so'
                   )