dev-python/enum34: Remove pypy3

Closes: https://bugs.gentoo.org/682012
Closes: https://github.com/gentoo/gentoo/pull/11545
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-03-30 15:44:43 +01:00
parent 0d9eb4d33f
commit 7edc8d1b84

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 pypy pypy3 )
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1