diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 16:04:16 +0100 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 16:04:16 +0100 |
commit | abd20beb045675f8a8e434e3de8e659d599e21f0 (patch) | |
tree | c4cd3466cb0a0f0e6e60b4241f32982c43009c28 /debian | |
parent | c9c9d5860a0248df3fc7e9cc5858dd2b2ee42016 (diff) | |
download | qmenumodel-abd20beb045675f8a8e434e3de8e659d599e21f0.tar.gz qmenumodel-abd20beb045675f8a8e434e3de8e659d599e21f0.tar.bz2 qmenumodel-abd20beb045675f8a8e434e3de8e659d599e21f0.zip |
Added missing python dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e4e9d1c..9488dd7 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 9.0.0), qtbase (>= 5.0), qtdeclarative (>= 5.0), python3, + python-dbus, + python-gi, + gir1.2-glib-2.0, dbus-test-runner, libgles2-mesa-dev, libgl-dev, |