diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-10-23 14:30:33 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-10-23 14:30:33 +0200 |
commit | d5c2f4b60bac08272f95ed72bfb49fb4a6dd6c4e (patch) | |
tree | 62a0c82dbf8eeab0d872c77402edd827660c7bc2 /debian/control | |
parent | 1f36b283dd297ca8f18207fe36423e9de84ce368 (diff) |
For Python 2 removal change python-gi-cairo to python3-gi-cairo
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6790416..b5cd013 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: meson, python3-cairo, python3-gi, - python-gi-cairo, + python3-gi-cairo, python3-scour, scour, valac, |