From 8167d79ed82fad1a6fc995f83d9c5566e97ea5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Sun, 16 Sep 2018 11:06:54 +0200 Subject: [PATCH] Update packages for OpenSuse This installs dependencies needed for running the latest version of mycroft-core on OpenSuse --- dev_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_setup.sh b/dev_setup.sh index 190d106446..b7067c924e 100755 --- a/dev_setup.sh +++ b/dev_setup.sh @@ -107,7 +107,7 @@ function install_deps() { fi if found_exe zypper ; then - $SUDO zypper install -y git python glibc-devel linux-glibc-devel python-devel python2-virtualenv python2-gobject-devel python-virtualenvwrapper libtool libffi-devel libopenssl-devel autoconf automake bison swig glib2-devel portaudio-devel mpg123 flac curl libicu-devel pkg-config pkg-config libjpeg-devel libfann-devel python-curses + $SUDO zypper install -y git python3 python3-devel libtool libffi-devel libopenssl-devel autoconf automake bison swig portaudio-devel mpg123 flac curl libicu-devel pkg-config libjpeg-devel libfann-devel python3-curses pulseaudio $SUDO zypper install -y -t pattern devel_C_C++ elif found_exe apt-get ; then $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