summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-21 18:03:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-21 18:03:21 +0200
commita8dacd98fb15c688571d1fa9db82cbd4715a0bda (patch)
tree2c30818abdb4f483466e57fa505694eb6545a484
parent9989bf223fcb6894659c75c6c2523542626c3552 (diff)
downloadqutebrowser-a8dacd98fb15c688571d1fa9db82cbd4715a0bda.tar.gz
qutebrowser-a8dacd98fb15c688571d1fa9db82cbd4715a0bda.zip
scripts: Remove old -Qt5 PyQt packages
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 3ec2b59b8..6f1a12ab0 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -142,10 +142,8 @@ CHANGELOG_URLS = {
'tomli': 'https://github.com/hukkin/tomli/blob/master/CHANGELOG.md',
'PyQt5': 'https://www.riverbankcomputing.com/news',
'PyQt5-Qt': 'https://www.riverbankcomputing.com/news',
- 'PyQt5-Qt5': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine-Qt': 'https://www.riverbankcomputing.com/news',
- 'PyQtWebEngine-Qt5': 'https://www.riverbankcomputing.com/news',
'PyQt-builder': 'https://www.riverbankcomputing.com/news',
'PyQt5-sip': 'https://www.riverbankcomputing.com/news',
'PyQt5-stubs': 'https://github.com/stlehmann/PyQt5-stubs/blob/master/CHANGELOG.md',