summaryrefslogtreecommitdiff
path: root/source4/librpc
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 /source4/librpc
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 'source4/librpc')
-rw-r--r--source4/librpc/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index d9b7743c9d1..48ba1151a69 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -403,8 +403,6 @@ for env in bld.gen_python_environments():
)
python_netlogon = 'python_netlogon'
- if bld.env['IS_EXTRA_PYTHON']:
- python_netlogon = 'extra-' + python_netlogon
bld.SAMBA_PYTHON('python_winbind',
source='../../librpc/gen_ndr/py_winbind.c',
deps='RPC_NDR_WINBIND %s %s %s' % (pytalloc_util, pyrpc_util, python_netlogon),