Add missing dependencies: gi and dbus (#216)

Also sort the dependencies
Related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881204
This commit is contained in:
Federico Ceratto 2017-11-13 14:15:53 +00:00 committed by Gobinath
parent 7c0c8c29f3
commit bf57dbd72f
1 changed files with 5 additions and 2 deletions

View File

@ -4,9 +4,12 @@ import setuptools
requires = [
'python-xlib',
'babel',
'dbus',
'gi',
'psutil',
'babel']
'python-xlib'
]
_ROOT = os.path.abspath(os.path.dirname(__file__))