Updated to a newer version of pypresence compatible with python 3.5

This commit is contained in:
Jayme Howard 2019-05-11 14:16:52 -05:00 committed by Mathieu Comandon
parent 78c8af25a0
commit e6ebed4fe0
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- sleep 3 # Give xvfb some time to start
install:
- pip install --upgrade pip pypresence
- pip install --upgrade pip pypresence~=3.3.2
- sudo apt-get -qq update
- sudo apt-get install -y python3-yaml python3-gi python3-pil gir1.2-gtk-3.0 psmisc gir1.2-glib-2.0 libgirepository1.0-dev gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 gir1.2-notify-0.7
script: nosetests

View file

@ -50,7 +50,7 @@ setup(
'PyYAML',
'PyGObject',
'evdev',
'pypresence',
'pypresence~=3.3.2',
'requests'
],
url='https://lutris.net',