pip: fixes (#5053)

* pip: fix including local override

* pip: allow access to cache

The shared build-systems-common.profile (to which pip.profile redirects) blacklists ${HOME}/.cache/pip. Override that here.

* pip: add cache support in commented whitelist
This commit is contained in:
glitsj16 2022-03-15 19:45:26 +00:00 committed by GitHub
parent a8d460c1cb
commit 77230ebb46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include meson.local
include pip.local
# Persistent global definitions
include globals.local
@ -12,6 +12,9 @@ ignore read-only ${HOME}/.local/lib
# Allow python3 (blacklisted by disable-interpreters.inc)
include allow-python3.inc
noblacklist ${HOME}/.cache/pip
#whitelist ${HOME}/.cache/pip
#whitelist ${HOME}/.local/lib/python*
# Redirect