15
0
forked from pool/python-QtPy

Accepting request 993765 from home:coolo:branches:openSUSE:Factory

- Disable Qt5 bindings as they require python2 (for chromium within
  qtwebengine) and we want to get rid of it in ring1

I honestly can't judge the impact of this change, but I'm trying to
limit python2 (and with it qt5webengine and with it pyside2) dependencies
in ring1

OBS-URL: https://build.opensuse.org/request/show/993765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=38
This commit is contained in:
2022-08-17 15:13:27 +00:00
committed by Git OBS Bridge
parent 5a0185ea86
commit d1669a1cb8
2 changed files with 8 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 8 12:12:04 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Disable Qt5 bindings as they require python2 (for chromium within
qtwebengine) and we want to get rid of it in ring1
-------------------------------------------------------------------
Fri Jun 3 19:09:24 UTC 2022 - Ben Greiner <code@bnavigator.de>