From 1f4f081b7aa7cbb8c9f92f0c5e39a870a5c1c6a3 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Thu, 5 Nov 2015 00:41:38 +0100 Subject: build:wafsamba: Remove the unnecessary intltool module dependency The 'intltool' module is completely unnecessary for the build process, and it does not exist in waf 1.8 Signed-off-by: Thomas Nagy Reviewed-by: Uri Simchoni uri@samba.org Reviewed-by: Andrew Bartlett --- dynconfig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynconfig') diff --git a/dynconfig/wscript b/dynconfig/wscript index 606fbad5292..d76b6ded36c 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -import string, Logs, Utils, Options, sys, Build, os, intltool, optparse, textwrap +import string, Logs, Utils, Options, Build, os, optparse, textwrap from samba_utils import EXPAND_VARIABLES, os_path_relpath class SambaIndentedHelpFormatter (optparse.IndentedHelpFormatter): -- cgit v1.2.1