From 736780250b852b68a90bf373aeae28288a336a51 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sun, 13 Oct 2019 15:59:34 -0400 Subject: [PATCH] dev-python/lockfile: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/13282 Signed-off-by: Craig Andrews --- dev-python/lockfile/lockfile-0.12.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild index b7215d6376cd..42c9a45a7a40 100644 --- a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -- 2.26.2