commit:     9902616bcbd25a156f48285e2a7bad2c845bb9ac
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 10:52:16 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 11:36:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9902616b

dev-python/pytest-qt: bump pyside6 python compat to 3.12

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytest-qt/pytest-qt-4.2.0.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild 
b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
index 1860de7d1073..6c843c8a73e3 100644
--- a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
@@ -7,7 +7,6 @@ DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{10..12} )
 PYSIDE2_COMPAT=( python3_{10..11} )
-PYSIDE6_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 virtualx pypi
 
@@ -27,16 +26,12 @@ RDEPEND="
 BDEPEND="
        test? (
                dev-python/PyQt5[gui,testlib,widgets,${PYTHON_USEDEP}]
-               amd64? (
-                       dev-python/PyQt6[gui,testlib,widgets,${PYTHON_USEDEP}]
-               )
                $(python_gen_cond_dep '
                        dev-python/pyside2[gui,testlib,widgets,${PYTHON_USEDEP}]
                ' "${PYSIDE2_COMPAT[@]}")
                amd64? (
-                       $(python_gen_cond_dep '
-                               
dev-python/pyside6[gui,testlib,widgets,${PYTHON_USEDEP}]
-                       ' "${PYSIDE6_COMPAT[@]}")
+                       dev-python/PyQt6[gui,testlib,widgets,${PYTHON_USEDEP}]
+                       dev-python/pyside6[gui,testlib,widgets,${PYTHON_USEDEP}]
                )
        )
 "

Reply via email to