diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:13:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:47 +0100 |
commit | e64495b4e28f993e6f96c67933cf3106f3e091f6 (patch) | |
tree | e112369e8a65cf288c13225304cbee265d6ffd62 /dev-python/sybil | |
parent | dev-python/swagger-spec-validator: Remove py2 (diff) | |
download | gentoo-e64495b4e28f993e6f96c67933cf3106f3e091f6.tar.gz gentoo-e64495b4e28f993e6f96c67933cf3106f3e091f6.tar.bz2 gentoo-e64495b4e28f993e6f96c67933cf3106f3e091f6.zip |
dev-python/sybil: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r-- | dev-python/sybil/sybil-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |