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-11-15 01:51:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-11-15 01:51:54 +0000
commit26f4a879bd6acd0bdc647edd88180bbdad73cb94 (patch)
tree9a8039bbee67fa09c4db3680396b6ac88e583cf2 /dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
parent678d22ee982cf35a014b446d014c98d73b1cb4a5 (diff)
downloadbaldeagleos-repo-26f4a879bd6acd0bdc647edd88180bbdad73cb94.tar.gz
baldeagleos-repo-26f4a879bd6acd0bdc647edd88180bbdad73cb94.tar.xz
baldeagleos-repo-26f4a879bd6acd0bdc647edd88180bbdad73cb94.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, 0 insertions, 13 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
deleted file mode 100644
index 7a3d812f1771..000000000000
--- a/dev-python/QtPy/files/QtPy-1.9.0-python3_9.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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