mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +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
|
fi
|
||||||
if ! [ -x "$(command -v python3-config)" ]; then
|
if ! [ -x "$(command -v python3-config)" ]; then
|
||||||
if [ "$distro" == "ubuntu" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ]; then
|
if [ "$distro" == "ubuntu" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ]; then
|
||||||
pydev="python3-dev"
|
pydev="python3-dev python3-tk"
|
||||||
elif [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ]; then
|
elif [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ]; then
|
||||||
pydev="python3-devel"
|
pydev="python3-devel python3-tkinter"
|
||||||
fi
|
fi
|
||||||
if [ "$distro" == "gnome" ] || [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ] ; then
|
if [ "$distro" == "gnome" ] || [ "$distro" == "fedora" ] || [ "$distro" == "fedoralinux" ] || [ "${distro::6}" == "debian" ] || [ "$distro" == 'linuxmint' ] ; then
|
||||||
echo "Will need to install $pydev..."
|
echo "Will need to install $pydev..."
|
||||||
|
Reference in New Issue
Block a user