Add "Ubuntu 20" key to depends.PACKAGES['qtpy'] dict

This commit is contained in:
Dmitri Bogomolov 2021-12-15 19:31:33 +02:00
parent 1434768957
commit 9910556216
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -59,6 +59,7 @@ PACKAGES = {
"Debian": "python-qtpy", "Debian": "python-qtpy",
"Ubuntu": "python-qtpy", "Ubuntu": "python-qtpy",
"Ubuntu 12": "python-qtpy", "Ubuntu 12": "python-qtpy",
"Ubuntu 20": "python-qtpy",
"openSUSE": "python-QtPy", "openSUSE": "python-QtPy",
"Fedora": "python2-QtPy", "Fedora": "python2-QtPy",
"Guix": "", "Guix": "",