libsmb/pysmb: add pytalloc-util dependency to fix the build.
[abartlet/samba-debian.git] / 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'
                   )