Skip to content

Commit

Permalink
dont reinstall on Arch; cleaner python-vlc install
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Nov 12, 2016
1 parent 8ad4b6d commit 40103ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fakeRPiGPIO
git+https://github.com/oaubert/python-vlc.git
-e git+https://github.com/xtacocorex/CHIP_IO.git#egg=CHIP_IO
pylint
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ python-memcached>=1.50
requests>=2.4.3
wsgiref>=0.1.2
CherryPy>=4.0.0
-e git+https://github.com/oaubert/python-vlc.git#egg=python-vlc
git+https://github.com/oaubert/python-vlc.git#egg=python-vlc
pyalsaaudio>=0.8.2
py-getch>=1.0.1
pocketsphinx>=0.1.3
webrtcvad>=2.0.7
pyyaml
pocketsphinx>=0.1.3
4 changes: 2 additions & 2 deletions src/scripts/inc/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

function install_os {
pacman -Sy
pacman -S git python2 python2-pip swig alsa-lib alsa-utils libpulse vlc memcached --noconfirm
pacman -S git python2 python2-pip swig alsa-lib alsa-utils libpulse vlc memcached gcc --noconfirm --needed

install -Dm644 ./unit-overrides/force-python2.conf /etc/systemd/system/AlexaPi.service.d/force-python2.conf
systemctl daemon-reload
}

function install_shairport-sync {
pacman -S shairport-sync --noconfirm
pacman -S shairport-sync --noconfirm --needed
}

0 comments on commit 40103ba

Please sign in to comment.