diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-28 14:24:32 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-28 14:27:50 -0600 |
commit | 16df1fe96f890548034445b0e31f196b6058f15c (patch) | |
tree | 0bf6747b23abcdda305174115f31ed7bc7c7f1e7 /dev-python/setuptools_scm_git_archive | |
parent | dev-python/pynacl: add py37 support (diff) | |
download | gentoo-16df1fe96f890548034445b0e31f196b6058f15c.tar.gz gentoo-16df1fe96f890548034445b0e31f196b6058f15c.tar.bz2 gentoo-16df1fe96f890548034445b0e31f196b6058f15c.zip |
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 <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/setuptools_scm_git_archive')
-rw-r--r-- | dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |