summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-07-31 18:00:36 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-28 01:01:23 +0200
commit47634a25a03b44a5212f9552fb72115f1c1436d0 (patch)
tree95946dce4d20a29a6e28329211ce6b9e25a051a0 /wscript
parent6400c8c695cc7db8cc680b87932c68fced086a50 (diff)
downloadsamba-47634a25a03b44a5212f9552fb72115f1c1436d0.tar.gz
PY3: We support python3 now, remove error when python3 detected
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript b/wscript
index ae1b929c495..c5d8e5bdd7d 100644
--- a/wscript
+++ b/wscript
@@ -157,9 +157,6 @@ def configure(conf):
if sys.platform == 'darwin':
conf.ADD_LDFLAGS('-framework CoreFoundation')
- if int(conf.env['PYTHON_VERSION'][0]) >= 3:
- raise Errors.WafError('Python version 3.x is not supported by Samba yet')
-
conf.RECURSE('dynconfig')
conf.RECURSE('selftest')