Merge pull request #2167 from MichaIng/patch-2

[Debian] Replace Python 2 packages by their Python 3 counterparts and remove doubled "automake"
pull/2172/head
Åke 2019-06-25 09:47:56 +02:00 committed by GitHub
commit 7a2e58bb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ function install_deps() {
elif os_is_like debian ; then
# Debian / Ubuntu
echo "$GREEN Installing packages for Debian/Ubuntu...$RESET"
$SUDO apt-get install -y git python3 python3-dev python-setuptools python-gobject-2-dev libtool libffi-dev libssl-dev autoconf automake bison swig libglib2.0-dev portaudio19-dev mpg123 screen flac curl libicu-dev pkg-config automake libjpeg-dev libfann-dev build-essential jq
$SUDO apt-get install -y git python3 python3-dev python3-setuptools libtool libffi-dev libssl-dev autoconf automake bison swig libglib2.0-dev portaudio19-dev mpg123 screen flac curl libicu-dev pkg-config libjpeg-dev libfann-dev build-essential jq
elif os_is_like fedora ; then
echo "$GREEN Installing packages for Fedora...$RESET"
# Fedora