Remove unneeded python3-dbus dependency for Travis

This commit is contained in:
Sunil Mohan Adapa 2015-11-16 09:10:38 +05:30
parent b6a40a78f4
commit 9a2feae719

View File

@ -8,7 +8,7 @@ python:
# Debian packages required
before_install:
- sudo apt-get update -qq
- sudo apt-get install python3-dbus gir1.2-packagekitglib-1.0
- sudo apt-get install gir1.2-packagekitglib-1.0
# Command to install dependencies
install: