From: Michał Górny Date: Sun, 26 Apr 2020 12:08:25 +0000 (+0200) Subject: dev-python/subvertpy: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b59ce740871b11b9a2032cf0e2b10a7c71535891;p=gentoo.git dev-python/subvertpy: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index b184151d78e1..ea0a983db454 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) inherit distutils-r1 @@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=">=dev-vcs/subversion-1.4" DEPEND="${RDEPEND}