summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-13 22:06:35 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-13 22:06:54 +1000
commitf6f4fb102fc8fc1566475bdba737fe2a98b614a7 (patch)
treeab083efefa8c0031f0288933fddc90e0bb29526d
parentdev-python/qtconsole: remove old (diff)
downloadgentoo-f6f4fb102fc8fc1566475bdba737fe2a98b614a7.tar.gz
gentoo-f6f4fb102fc8fc1566475bdba737fe2a98b614a7.tar.bz2
gentoo-f6f4fb102fc8fc1566475bdba737fe2a98b614a7.zip
dev-python/qtconsole: avoid pulling in deprecated Qt 4
Closes: https://bugs.gentoo.org/630786 Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--dev-python/qtconsole/qtconsole-4.3.0.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/dev-python/qtconsole/qtconsole-4.3.0.ebuild b/dev-python/qtconsole/qtconsole-4.3.0.ebuild
index 2bcbe867f955..90c0432680ba 100644
--- a/dev-python/qtconsole/qtconsole-4.3.0.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.3.0.ebuild
@@ -29,17 +29,9 @@ DEPEND="${RDEPEND}
)
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
- || (
- dev-python/pyside[${PYTHON_USEDEP},svg]
- dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
- dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
- )
- )
- || (
- dev-python/pyside[${PYTHON_USEDEP},svg]
- dev-python/PyQt5[${PYTHON_USEDEP},svg]
- dev-python/PyQt4[${PYTHON_USEDEP},svg]
+ dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
)
+ dev-python/PyQt5[${PYTHON_USEDEP},svg]
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/pyzmq-13[${PYTHON_USEDEP}]
"