diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 16:36:28 +0100 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 16:36:28 +0100 |
commit | bf5a53e949ffe0ebcf8578a0fc9062f63527dbc9 (patch) | |
tree | b36107c25640a15ccc59c11d8e910692ab9ceda9 /debian/control | |
parent | abd20beb045675f8a8e434e3de8e659d599e21f0 (diff) | |
download | qmenumodel-bf5a53e949ffe0ebcf8578a0fc9062f63527dbc9.tar.gz qmenumodel-bf5a53e949ffe0ebcf8578a0fc9062f63527dbc9.tar.bz2 qmenumodel-bf5a53e949ffe0ebcf8578a0fc9062f63527dbc9.zip |
Updated dependency list to use python3 packages.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 9488dd7..298defd 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9.0.0), qtbase (>= 5.0), qtdeclarative (>= 5.0), python3, - python-dbus, - python-gi, + python3-dbus, + python3-gi, gir1.2-glib-2.0, dbus-test-runner, libgles2-mesa-dev, |