summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
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 /lib/ldb-samba
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 'lib/ldb-samba')
-rw-r--r--lib/ldb-samba/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index c8464261d61..396a3816c21 100644
--- a/lib/ldb-samba/wscript_build
+++ b/lib/ldb-samba/wscript_build
@@ -22,8 +22,6 @@ for env in bld.gen_python_environments():
pyparam_util = bld.pyembed_libname('pyparam_util')
pyldb_util = bld.pyembed_libname('pyldb-util')
pyauth = 'pyauth'
- if bld.env['IS_EXTRA_PYTHON']:
- pyauth = 'extra-' + pyauth
bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
deps='ldbsamba %s ldbwrap %s %s' % (pyparam_util, pyldb_util, pyauth),
realname='samba/_ldb.so')