packages/lang/python/python3
Alexandru Ardelean 5c230cb7b0 python3: add 'ensurepip' to python3-pip sub-package
Fixes:
  https://github.com/openwrt/packages/issues/12707

Seems to work.
Looking into the 'venv' lib, it seems it's installing pip & setuptools
inside a virtual environment.

`python3-pip` is already ~6 MB.
This adds another ~3 MB.

But, this gives users the ability to run Python virtual environments, which
is a pretty common feature of Python in production cases (usually web
stuff).

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:53:15 +08:00
..
files python3: add 'ensurepip' to python3-pip sub-package 2023-03-01 18:53:15 +08:00
patches python3: fix ssl support by removing libressl patches 2022-12-23 13:52:42 +08:00
patches-pip lang: bump version 2021-06-14 19:43:42 +08:00
Config-python3-light.in python3: enable bluetooth support by default 2022-11-08 13:36:18 +08:00
Makefile python3: add 'ensurepip' to python3-pip sub-package 2023-03-01 18:53:15 +08:00