dev-python/setuptools_scm_git_archive: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Jan 2019 20:24:32 +0000 (14:24 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Jan 2019 20:27:50 +0000 (14:27 -0600)
Bug: https://bugs.gentoo.org/676510
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild

index 2c0b83fb0b8df8eaee0cfd57847db446990a378e..a1f1f9afc733f340fc3446905c7b85f4e013abc8 100644 (file)
@@ -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"