summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-02-15 16:28:38 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-03-21 04:06:14 +0000
commit270d04e4ea0e3a7f4443557f5ff65e6f9e426295 (patch)
tree92497431f2c83a3f6d2493d5b28b28a34f4e44ba /source3/wscript_build
parentfa980eb654a28a652cec64b2374858645e1bf533 (diff)
downloadsamba-270d04e4ea0e3a7f4443557f5ff65e6f9e426295.tar.gz
build: Remove --extra-python
This option is quite invasive in waf and was mainly for the python3 transition. Testing with multiple python versions can be done by testing a full compile against multiple versions, likewise multiple different binding versions can be created the same way. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index e633c7046ca..f595b8ecfc0 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1327,8 +1327,6 @@ for env in bld.gen_python_environments():
for env in bld.gen_python_environments():
pycredentials = 'pycredentials'
- if bld.env['IS_EXTRA_PYTHON']:
- pycredentials = 'extra-' + pycredentials
bld.SAMBA3_PYTHON('pylibsmb',
source='libsmb/pylibsmb.c',
deps='smbclient samba-credentials %s' % pycredentials,