summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-10-18 12:52:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-10-18 13:36:04 +0200
commit9902616bcbd25a156f48285e2a7bad2c845bb9ac (patch)
treefff2ecdaa5ee5faf3177a8e7654f81b525f00961 /dev-python/pytest-qt
parentsci-electronics/librepcb: add 1.0.0 (diff)
downloadgentoo-9902616bcbd25a156f48285e2a7bad2c845bb9ac.tar.gz
gentoo-9902616bcbd25a156f48285e2a7bad2c845bb9ac.tar.bz2
gentoo-9902616bcbd25a156f48285e2a7bad2c845bb9ac.zip
dev-python/pytest-qt: bump pyside6 python compat to 3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r--dev-python/pytest-qt/pytest-qt-4.2.0.ebuild9
1 files 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}]
)
)
"