1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00
openwrt-packages/lang/python/python3
Jeffery To 8c2abb7403
python: Better host pip options
pip by default will read system-wide and per-user configuration
files[1]. Setting PIP_CONFIG_FILE=/dev/null instructs pip to not read
any config files[2].

pip will spawn child processes of itself to do work, but not all options
are passed down to the child processes[3]. Setting global options as
environment variables[4] ensures they are passed down to any child
processes.

[1]: https://pip.pypa.io/en/stable/topics/configuration/#configuration-files
[2]: https://pip.pypa.io/en/stable/topics/configuration/#pip-config-file
[3]: https://github.com/pypa/pip/issues/9081#issue-733819665
[4]: https://pip.pypa.io/en/stable/topics/configuration/#environment-variables

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-03-31 13:08:39 +08:00
..
files python3: add 'ensurepip' to python3-pip sub-package 2023-01-25 14:03:33 +02:00
patches python3: fix ssl support by removing libressl patches 2022-12-21 14:27:06 +01:00
patches-pip python3: bump version to 3.9.5 2021-05-11 11:50:35 +03:00
patches-setuptools python3: bump to version 3.10.0 2021-11-19 13:30:14 +02:00
Config-python3-light.in python3: enable bluetooth support by default 2021-09-27 11:01:07 -07:00
Makefile python: Better host pip options 2023-03-31 13:08:39 +08:00