aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/allow-python3.inc1
-rw-r--r--etc/disable-interpreters.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/allow-python3.inc b/etc/allow-python3.inc
index 91c7ffca4..4f7c76d0a 100644
--- a/etc/allow-python3.inc
+++ b/etc/allow-python3.inc
@@ -1,5 +1,6 @@
1noblacklist ${PATH}/python3* 1noblacklist ${PATH}/python3*
2noblacklist /usr/include/python3* 2noblacklist /usr/include/python3*
3noblacklist /usr/lib/python3* 3noblacklist /usr/lib/python3*
4noblacklist /usr/lib64/python3*
4noblacklist /usr/local/lib/python3* 5noblacklist /usr/local/lib/python3*
5noblacklist /usr/share/python3* 6noblacklist /usr/share/python3*
diff --git a/etc/disable-interpreters.inc b/etc/disable-interpreters.inc
index 4c4eed25d..6acd1de8e 100644
--- a/etc/disable-interpreters.inc
+++ b/etc/disable-interpreters.inc
@@ -47,5 +47,6 @@ blacklist /usr/share/python2*
47blacklist ${PATH}/python3* 47blacklist ${PATH}/python3*
48blacklist /usr/include/python3* 48blacklist /usr/include/python3*
49blacklist /usr/lib/python3* 49blacklist /usr/lib/python3*
50blacklist /usr/lib64/python3*
50blacklist /usr/local/lib/python3* 51blacklist /usr/local/lib/python3*
51blacklist /usr/share/python3* 52blacklist /usr/share/python3*