diff options
-rw-r--r-- | dev-python/QtPy/QtPy-2.2.0.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/QtPy/QtPy-2.2.0.ebuild b/dev-python/QtPy/QtPy-2.2.0.ebuild index 6c8adb1b00bf..3da0d633e745 100644 --- a/dev-python/QtPy/QtPy-2.2.0.ebuild +++ b/dev-python/QtPy/QtPy-2.2.0.ebuild @@ -27,11 +27,7 @@ _IUSE_QT_MODULES=" IUSE="+pyqt5 pyqt6 pyside2 pyside6 ${_IUSE_QT_MODULES}" unset _IUSE_QT_MODULES -# PySide6 is not yet ready for python3_11 -REQUIRED_USE=" - || ( pyqt5 pyqt6 pyside2 pyside6 ) - pyside6? ( !python_targets_python3_11 ) -" +REQUIRED_USE="|| ( pyqt5 pyqt6 pyside2 pyside6 )" # These flags are currently *not* common to the PySide2/6 and PyQt5/6 ebuilds # Disable them for now, please check periodically if this is still up to date. @@ -95,7 +91,6 @@ RDEPEND=" dev-python/pyside2[sql?,svg?,testlib?,webchannel?,webengine?,websockets?] dev-python/pyside2[widgets?,xml?] ) - !python_targets_python3_11? ( pyside6? ( dev-python/pyside6[${PYTHON_USEDEP}] dev-python/pyside6[designer?,gui?,help?,multimedia?,network?,opengl?] @@ -103,7 +98,6 @@ RDEPEND=" dev-python/pyside6[sql?,svg?,testlib?,webchannel?,webengine?,websockets?] dev-python/pyside6[widgets?,xml?] ) - ) " # The QtPy testsuite skips tests for bindings that are not installed, so here we @@ -136,7 +130,6 @@ BDEPEND=" dev-python/pyside2[webchannel,webengine,websockets,widgets,x11extras] dev-python/pyside2[xml,xmlpatterns] ) - !python_targets_python3_11? ( pyside6? ( dev-python/pyside6[${PYTHON_USEDEP}] dev-python/pyside6[concurrent,dbus,designer,gui,help,multimedia] @@ -144,7 +137,6 @@ BDEPEND=" dev-python/pyside6[quick,quick3d,serialport,sql,svg,testlib] dev-python/pyside6[webchannel,webengine,websockets,widgets,xml] ) - ) ) " |