python3: Split venv module from python3-light into separate package
authorJeffery To <jeffery.to@gmail.com>
Wed, 17 May 2023 17:02:13 +0000 (01:02 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 26 May 2023 14:01:41 +0000 (22:01 +0800)
commitd53475ac21cf79bef902b61fac69ffe25a3aad2f
tree38c0f1e65e62f0169ffbfecc92584920b9609be3
parent2aca3fee4b32337e5e906871a6a046b5a03c7ca9
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>
lang/python/python3/Makefile
lang/python/python3/files/python3-package-pip.mk
lang/python/python3/files/python3-package-venv.mk [new file with mode: 0644]