Thanks, applied as 4379322c64177b6d4832780ff3d187a73dbb46a0. Michael
[sent from post-receive hook] On Fri, 17 Jul 2020 13:57:07 +0200, Rouven Czerwinski <[email protected]> wrote: > Otherwise ensurepip fails with the following error: > > Traceback (most recent call last): > File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main > File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details > File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details > File "/usr/lib/python3.7/__init__.py", line 5, in <module> > File "/usr/lib/python3.7/tempfile.py", line 45, in <module> > File "/usr/lib/python3.7/random.py", line 46, in <module> > ModuleNotFoundError: No module named 'hashlib' > > Signed-off-by: Rouven Czerwinski <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/python3.in b/rules/python3.in > index f02312c92e81..61ecc972eec2 100644 > --- a/rules/python3.in > +++ b/rules/python3.in > @@ -65,6 +65,7 @@ config PYTHON3_DISTUTILS > prompt "Include distutils packages" > > config PYTHON3_ENSUREPIP > + select PYTHON3_SSL > bool > prompt "Include bundled pip" > _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
