build:wafsamba: Remove the unnecessary intltool module dependency
authorThomas Nagy <tnagy@waf.io>
Wed, 4 Nov 2015 23:41:38 +0000 (00:41 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Nov 2015 09:37:24 +0000 (10:37 +0100)
The 'intltool' module is completely unnecessary for the build process,
and it does not exist in waf 1.8

Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Uri Simchoni uri@samba.org
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
dynconfig/wscript

index 606fbad5292d263b12e4bbec49acd1a05a64ca88..d76b6ded36c575367afdc1a0b863722e1d256ba9 100755 (executable)
@@ -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):