python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE

This adds a config option PYTHON3_HOST_PIP_CACHE_WORLD_READABLE; if
enabled, chmod will be run after pip install to make all
files/directories in the host pip cache world-readable.

Supersedes https://github.com/openwrt/packages/pull/13012.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2020-08-16 06:09:45 +08:00
parent 4d2c827e9f
commit 001cd3c571
2 changed files with 11 additions and 1 deletions

View File

@@ -4,4 +4,8 @@ config PYTHON3_BLUETOOTH_SUPPORT
bool "Enable Bluetooth support"
default n
config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
bool "Ensure host pip cache is world-readable"
default n
endmenu