diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2019-05-01 20:14:56 +0300 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-05-01 12:05:49 -0700 |
commit | 0ecea1819866304d3a3fbc9a69d2f28c5773e7fa (patch) | |
tree | fc5f6c291976872be848500d945b59a0f73f9af6 /dev-python/html5-parser | |
parent | sys-libs/glibc: Remove old (diff) | |
download | gentoo-0ecea1819866304d3a3fbc9a69d2f28c5773e7fa.tar.gz gentoo-0ecea1819866304d3a3fbc9a69d2f28c5773e7fa.tar.bz2 gentoo-0ecea1819866304d3a3fbc9a69d2f28c5773e7fa.zip |
dev-python/html5-parser: add Python3.7 support
Closes: https://github.com/gentoo/gentoo/pull/11872
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/html5-parser')
-rw-r--r-- | dev-python/html5-parser/html5-parser-0.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5-parser/html5-parser-0.4.5.ebuild b/dev-python/html5-parser/html5-parser-0.4.5.ebuild index 5421b34871ac..80cb6bad74b6 100644 --- a/dev-python/html5-parser/html5-parser-0.4.5.ebuild +++ b/dev-python/html5-parser/html5-parser-0.4.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 toolchain-funcs |