python3: Split venv module from python3-light into separate package

This adds a new subpackage for the venv module. This also moves the
ensurepip module from python3-pip into python3-venv, as ensurepip is not
necessary for pip but often used for venv.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit d53475ac21)
This commit is contained in:
Jeffery To
2023-05-18 01:02:13 +08:00
committed by Rosen Penev
parent 6549b22789
commit 28b70d4fa9
3 changed files with 20 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ define Py3Package/python3-pip/install
endef
$(eval $(call Py3BasePackage,python3-pip, \
/usr/lib/python$(PYTHON3_VERSION)/ensurepip \
, \
DO_NOT_ADD_TO_PACKAGE_DEPENDS \
))