update qt to 5.12.2

This commit is contained in:
Damien Elmes 2020-12-01 10:56:13 +10:00
parent e38cecd88a
commit f7cc88a4fd

View file

@ -108,8 +108,8 @@ def main():
base = sys.argv[1] base = sys.argv[1]
packages = [ packages = [
("pyqt5", "pyqt5==5.15.1"), ("pyqt5", "pyqt5==5.15.2"),
("pyqtwebengine", "pyqtwebengine==5.15.1"), ("pyqtwebengine", "pyqtwebengine==5.15.2"),
("pyqt5-sip", "pyqt5_sip==12.8.1"), ("pyqt5-sip", "pyqt5_sip==12.8.1"),
] ]
@ -124,7 +124,7 @@ def main():
# add missing py.typed file # add missing py.typed file
with open(os.path.join(base, "py.typed"), "w") as file: with open(os.path.join(base, "py.typed"), "w") as file:
pass pass
result = """ result = """
load("@rules_python//python:defs.bzl", "py_library") load("@rules_python//python:defs.bzl", "py_library")