From 991055621630bd2f190927a79876dd9c8fa0bd43 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Wed, 15 Dec 2021 19:31:33 +0200 Subject: [PATCH] Add "Ubuntu 20" key to depends.PACKAGES['qtpy'] dict --- src/depends.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/depends.py b/src/depends.py index 5774c1ac..2519b5bd 100755 --- a/src/depends.py +++ b/src/depends.py @@ -59,6 +59,7 @@ PACKAGES = { "Debian": "python-qtpy", "Ubuntu": "python-qtpy", "Ubuntu 12": "python-qtpy", + "Ubuntu 20": "python-qtpy", "openSUSE": "python-QtPy", "Fedora": "python2-QtPy", "Guix": "",