From: Stefan Metzmacher Date: Tue, 15 Mar 2016 15:59:51 +0000 (+0100) Subject: s3:wscript: pylibsmb depends on pycredentials X-Git-Tag: samba-4.2.12~39 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=e29becc1d0c1ffc28ceb3e99db7a4d5473a5db54 s3:wscript: pylibsmb depends on pycredentials 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 Reviewed-by: Günther Deschner (cherry picked from commit 74ca470739e0128556d8d20010464df07f2f0ac8) --- diff --git a/source3/wscript_build b/source3/wscript_build index 7fb95072f2a..2caef4e6349 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1462,7 +1462,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' )