commit: e64495b4e28f993e6f96c67933cf3106f3e091f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:13:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 06:16:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64495b4
dev-python/sybil: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sybil/sybil-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-1.2.0.ebuild
b/dev-python/sybil/sybil-1.2.0.ebuild
index cb7660b067f..a7c5878a24d 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"