travis: Manually install python-dbus
Now used by GObject eventloop registration, Zeroconf integration, and keyring integration.
This commit is contained in:
parent
6be5cc0f1b
commit
16a76d4ea5
@ -5,6 +5,8 @@ install:
|
||||
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
|
||||
- "sudo apt-get update || true"
|
||||
- "sudo apt-get install $(apt-cache depends mopidy | awk '$2 !~ /mopidy|python:any/ {print $2}')"
|
||||
# Until the mopidy package gets a dependency on python-dbus
|
||||
- "sudo apt-get install python-dbus"
|
||||
- "pip install coveralls flake8"
|
||||
|
||||
before_script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user