mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user