From: Michał Górny Date: Sun, 14 Jul 2019 07:59:50 +0000 (+0200) Subject: dev-python/sphinxcontrib-newsfeed: Enable Python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfacf823edb13acd81ad534353455d8b381b2994;p=gentoo.git dev-python/sphinxcontrib-newsfeed: Enable Python 3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index f6207761256a..200775feafac 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1