summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-15 16:59:51 +0100
committerKarolin Seeger <kseeger@samba.org>2016-04-21 09:09:25 +0200
commite29becc1d0c1ffc28ceb3e99db7a4d5473a5db54 (patch)
treec2371da27e0c7033c07f94f54c26098cf5a301b0
parent452d39388d45aaf02fda50bbabfe6de04dacb4ea (diff)
downloadsamba-e29becc1d0c1ffc28ceb3e99db7a4d5473a5db54.tar.gz
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 <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 74ca470739e0128556d8d20010464df07f2f0ac8)
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)