diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-13 16:20:45 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-13 16:23:14 -0400 |
commit | d8184c305f8c85f05f0a83b9f684630d17f1fea7 (patch) | |
tree | f70a499638a51a9ee60a942356f0d4679d9d57ac /dev-python/clint | |
parent | dev-python/args: EAPI=7 (diff) | |
download | gentoo-d8184c305f8c85f05f0a83b9f684630d17f1fea7.tar.gz gentoo-d8184c305f8c85f05f0a83b9f684630d17f1fea7.tar.bz2 gentoo-d8184c305f8c85f05f0a83b9f684630d17f1fea7.zip |
dev-python/clint: Python 3.7 compatibility
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/clint')
-rw-r--r-- | dev-python/clint/clint-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clint/clint-0.5.1.ebuild b/dev-python/clint/clint-0.5.1.ebuild index 739947e2fbb6..dcb9650b052e 100644 --- a/dev-python/clint/clint-0.5.1.ebuild +++ b/dev-python/clint/clint-0.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 vcs-snapshot |