commit: a9e850c09a1d6a4d9ef4063e34dd39d43cafd94e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 04:16:41 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 05:12:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e850c0
dev-python/pytest-fixture-config: add pypy/pypy3 to PYTHON_COMPAT
dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index a607d181c71..62dfb8e1520 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1