dev-python/characteristic: Tested on pypy3

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

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 python3_{4,5,6} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1