From: Michał Górny Date: Thu, 6 Feb 2020 06:13:23 +0000 (+0100) Subject: dev-python/sybil: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e64495b4e28f993e6f96c67933cf3106f3e091f6;p=gentoo.git dev-python/sybil: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/sybil/sybil-1.2.0.ebuild b/dev-python/sybil/sybil-1.2.0.ebuild index cb7660b067f8..a7c5878a24d6 100644 --- a/dev-python/sybil/sybil-1.2.0.ebuild +++ b/dev-python/sybil/sybil-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Automated testing for the examples in your documentation"