dev-python/backports-weakref: Add pypy

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-22 14:09:11 +01:00
parent ae79fb630f
commit dbe4be6a5a

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1