diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 11:13:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:12:48 +0100 |
commit | b055b724e516db720ee741868083103150223255 (patch) | |
tree | 0a83037d3da1bf0d0de156b61b3a3e357fe3950a | |
parent | dev-python/octave_kernel: Remove py2 (diff) | |
download | gentoo-b055b724e516db720ee741868083103150223255.tar.gz gentoo-b055b724e516db720ee741868083103150223255.tar.bz2 gentoo-b055b724e516db720ee741868083103150223255.zip |
dev-python/qtconsole: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/qtconsole/qtconsole-4.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qtconsole/qtconsole-4.3.1.ebuild b/dev-python/qtconsole/qtconsole-4.3.1.ebuild index bcf01c05808f..d09cfd497eaa 100644 --- a/dev-python/qtconsole/qtconsole-4.3.1.ebuild +++ b/dev-python/qtconsole/qtconsole-4.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx |