mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04:00
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:
@@ -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 \
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user