diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-25 01:03:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-25 01:03:58 +0200 |
commit | a2b2dcf0146325876393c2f595afbd8cce408b55 (patch) | |
tree | 1ac53b3a90038aec97f9a9f1fdff5dab6a9ddd1b /dev-python/httpstat | |
parent | dev-python/httpstat: bump to EAPI=7 (diff) | |
download | gentoo-a2b2dcf0146325876393c2f595afbd8cce408b55.tar.gz gentoo-a2b2dcf0146325876393c2f595afbd8cce408b55.tar.bz2 gentoo-a2b2dcf0146325876393c2f595afbd8cce408b55.zip |
dev-python/httpstat: Enable Python 3.7 support
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/httpstat')
-rw-r--r-- | dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index 2bba6c72b899..814383b60ecf 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1 |