commit: e436bd298c26af5bb3ece88e178f8c82abbef865
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 02:33:56 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 02:37:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e436bd29
dev-python/zc-lockfile: Add pypy3 support
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/zc-lockfile/zc-lockfile-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
index 30180d36375..a0df19dfbd0 100644
--- a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy3 )
inherit distutils-r1