From d4b1535685671d3b5ac55ba077ffc758fc71b60e Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Wed, 13 Nov 2019 10:33:07 +0100 Subject: [PATCH] Add missing dep on python-gi-cairo --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 7999085..9ab0a21 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Depends: python (>= 2.4), python (<< 3), python-apt, python-configobj, + python-gi-cairo, python-setproctitle, python-xlib, python-xdg,