From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200716080840.2963-1-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 17 Jul 2020 13:57:07 +0200 Subject: Re: [ptxdist] [APPLIED] python3: ensurepip requires hashlib/SSL List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Rouven Czerwinski Thanks, applied as 4379322c64177b6d4832780ff3d187a73dbb46a0. Michael [sent from post-receive hook] On Fri, 17 Jul 2020 13:57:07 +0200, Rouven Czerwinski 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 > File "/usr/lib/python3.7/tempfile.py", line 45, in > File "/usr/lib/python3.7/random.py", line 46, in > ModuleNotFoundError: No module named 'hashlib' > > Signed-off-by: Rouven Czerwinski > Message-Id: <20200716080840.2963-1-r.czerwinski@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de