summaryrefslogtreecommitdiff
path: root/dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-02 01:35:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-02 01:35:01 +0000
commit68585b42a5719e4855009a02f1bb7163a1263b60 (patch)
tree32751b281cb5659768c8802e8791d0a8e55a83ec /dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
parent918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18 (diff)
downloadbaldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.tar.gz
baldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.tar.xz
baldeagleos-repo-68585b42a5719e4855009a02f1bb7163a1263b60.zip
Adding metadata
Diffstat (limited to 'dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch')
-rw-r--r--dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch b/dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
new file mode 100644
index 000000000000..7a3d812f1771
--- /dev/null
+++ b/dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
@@ -0,0 +1,13 @@
+diff --git a/qtpy/uic.py b/qtpy/uic.py
+index 07d7a78..84525ab 100644
+--- a/qtpy/uic.py
++++ b/qtpy/uic.py
+@@ -181,7 +181,7 @@ else:
+
+ custom_widget_classes = {}
+
+- for custom_widget in custom_widgets.getchildren():
++ for custom_widget in list(custom_widgets):
+
+ cw_class = custom_widget.find('class').text
+ cw_header = custom_widget.find('header').text