From: Michał Górny Date: Sat, 18 Jan 2020 18:28:09 +0000 (+0100) Subject: dev-python/stripe: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4bf439950890353e862d8bbcdb8a7e59caab20f7;p=gentoo.git dev-python/stripe: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/stripe/stripe-2.42.0.ebuild b/dev-python/stripe/stripe-2.42.0.ebuild index 57bfa6b7a472..ded5b96b201e 100644 --- a/dev-python/stripe/stripe-2.42.0.ebuild +++ b/dev-python/stripe/stripe-2.42.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} pypy{,3} ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Stripe python bindings"