dev-python/fields: Tested on pypy3

This commit is contained in:
Michał Górny
2018-01-03 10:00:09 +01:00
parent f19d1fe9d7
commit c67bf934da

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} pypy{,3} )
inherit distutils-r1
DESCRIPTION="Container class boilerplate killer"