build: Remove --extra-python
[sfrench/samba-autobuild/.git] / source3 / wscript_build
index e633c7046cab3187c0a7b7b568bc387b1c012df3..f595b8ecfc0892244e2adf787e0b7b6dd8e19f8e 100644 (file)
@@ -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,