samba-tool user password: Re-add support for option groups.
[tridge/samba.git] / wscript
diff --git a/wscript b/wscript
index 5ccb74d91dbae36666176f414fd372ff476261b5..9db278ca03e449e26756701011bc4d27767dea00 100755 (executable)
--- a/wscript
+++ b/wscript
@@ -97,6 +97,7 @@ def configure(conf):
     conf.RECURSE('lib/popt')
     conf.RECURSE('lib/subunit/c')
     conf.RECURSE('libcli/smbreadline')
+    conf.RECURSE('lib/crypto')
     conf.RECURSE('pidl')
     conf.RECURSE('selftest')
     conf.RECURSE('source3')
@@ -152,6 +153,14 @@ def pydoctor(ctx):
     print("Running: %s" % cmd)
     os.system(cmd)
 
+
+def pep8(ctx):
+    '''run pep8 validator'''
+    cmd='PYTHONPATH=bin/python pep8 -r bin/python/samba'
+    print("Running: %s" % cmd)
+    os.system(cmd)
+
+
 def wafdocs(ctx):
     '''build wafsamba apidocs'''
     from samba_utils import recursive_dirlist