mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 20:31:31 +08:00
![]() 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> |
||
---|---|---|
.. | ||
config.site | ||
python3-package-asyncio.mk | ||
python3-package-cgi.mk | ||
python3-package-codecs.mk | ||
python3-package-ctypes.mk | ||
python3-package-dbm.mk | ||
python3-package-decimal.mk | ||
python3-package-dev.mk | ||
python3-package-distutils.mk | ||
python3-package-email.mk | ||
python3-package-lib2to3.mk | ||
python3-package-logging.mk | ||
python3-package-lzma.mk | ||
python3-package-multiprocessing.mk | ||
python3-package-ncurses.mk | ||
python3-package-openssl.mk | ||
python3-package-pip.mk | ||
python3-package-pkg-resources.mk | ||
python3-package-pydoc.mk | ||
python3-package-readline.mk | ||
python3-package-setuptools.mk | ||
python3-package-sqlite3.mk | ||
python3-package-unittest.mk | ||
python3-package-urllib.mk | ||
python3-package-uuid.mk | ||
python3-package-xml.mk |