From 7a1b5bff3a910a1c9ed1e0acaba6beb783910d52 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Thu, 1 Apr 2021 23:15:13 -0700 Subject: dropbox: allow python3, fix for issue #4150 /usr/bin/dropbox needs access to python3, at least for dropbox command-line interface version 2020.03.04 as packaged by the RPM Fusion project. Fixes issue #4150 --- etc/profile-a-l/dropbox.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-a-l/dropbox.profile') diff --git a/etc/profile-a-l/dropbox.profile b/etc/profile-a-l/dropbox.profile index 1b242d422..641d26d0d 100644 --- a/etc/profile-a-l/dropbox.profile +++ b/etc/profile-a-l/dropbox.profile @@ -9,6 +9,9 @@ noblacklist ${HOME}/.config/autostart noblacklist ${HOME}/.dropbox noblacklist ${HOME}/.dropbox-dist +# Allow python3 (blacklisted by disable-interpreters.inc) +include allow-python3.inc + include disable-common.inc include disable-devel.inc include disable-interpreters.inc -- cgit v1.2.3-70-g09d2