commit: 2dd49c5a88e25fed51586ec13105ddfefc7d4a97 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 1 12:45:25 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 1 14:44:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd49c5a
dev-python/qtconsole: Port to py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/qtconsole/qtconsole-5.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/qtconsole/qtconsole-5.1.1.ebuild b/dev-python/qtconsole/qtconsole-5.1.1.ebuild index e0891449a20..83475660a39 100644 --- a/dev-python/qtconsole/qtconsole-5.1.1.ebuild +++ b/dev-python/qtconsole/qtconsole-5.1.1.ebuild @@ -3,9 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" - inherit distutils-r1 DESCRIPTION="Qt-based console for Jupyter with support for rich media output"