mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
update qt to 5.12.2
This commit is contained in:
parent
e38cecd88a
commit
f7cc88a4fd
1 changed files with 3 additions and 3 deletions
|
@ -108,8 +108,8 @@ def main():
|
|||
base = sys.argv[1]
|
||||
|
||||
packages = [
|
||||
("pyqt5", "pyqt5==5.15.1"),
|
||||
("pyqtwebengine", "pyqtwebengine==5.15.1"),
|
||||
("pyqt5", "pyqt5==5.15.2"),
|
||||
("pyqtwebengine", "pyqtwebengine==5.15.2"),
|
||||
("pyqt5-sip", "pyqt5_sip==12.8.1"),
|
||||
]
|
||||
|
||||
|
@ -124,7 +124,7 @@ def main():
|
|||
# add missing py.typed file
|
||||
with open(os.path.join(base, "py.typed"), "w") as file:
|
||||
pass
|
||||
|
||||
|
||||
result = """
|
||||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
|
||||
|
|
Loading…
Reference in a new issue