commit: 6596c8a1d8589c21839c53b300517d81356d3898 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 05:36:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 05:50:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6596c8a1
dev-python/flask-nav: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flask-nav/flask-nav-0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-nav/flask-nav-0.6-r1.ebuild b/dev-python/flask-nav/flask-nav-0.6-r1.ebuild index 9c3f4f6e8cd..d8fdd36f3ce 100644 --- a/dev-python/flask-nav/flask-nav-0.6-r1.ebuild +++ b/dev-python/flask-nav/flask-nav-0.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1