From 16df1fe96f890548034445b0e31f196b6058f15c Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 28 Jan 2019 14:24:32 -0600 Subject: dev-python/setuptools_scm_git_archive: add py37 support Bug: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- .../setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/setuptools_scm_git_archive') diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild index 2c0b83fb0b8d..a1f1f9afc733 100644 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="A setuptools_scm plugin for git archives" -- cgit v1.2.3-65-gdbad