mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 17:16:39 +02:00
Adds python3-tk/tkinter dependencies to Ubuntu & Fedora based installs
This commit is contained in:
@@ -385,9 +385,9 @@ if ! [ -x "$(command -v pip3)" ]; then
|
||||
fi
|
||||
if ! [ -x "$(command -v python3-config)" ]; then
|
||||
if [ "$distro" == "ubuntu" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ]; then
|
||||
pydev="python3-dev"
|
||||
pydev="python3-dev python3-tk"
|
||||
elif [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ]; then
|
||||
pydev="python3-devel"
|
||||
pydev="python3-devel python3-tkinter"
|
||||
fi
|
||||
if [ "$distro" == "gnome" ] || [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ] ; then
|
||||
echo "Will need to install $pydev..."
|
||||
|
Reference in New Issue
Block a user