From: Craig Andrews Date: Sun, 13 Oct 2019 19:59:34 +0000 (-0400) Subject: dev-python/lockfile: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=736780250b852b68a90bf373aeae28288a336a51;p=gentoo.git 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 --- 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