From: Michał Górny Date: Sat, 14 Jul 2018 20:15:30 +0000 (+0200) Subject: dev-python/pycurl: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2a5573360f557b8f03cbab4659a3f6fbe6002c6;p=gentoo.git dev-python/pycurl: Enable py3.7 --- diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild b/dev-python/pycurl/pycurl-7.43.0.2.ebuild index 63e90028aff6..7c4064cdbc84 100644 --- a/dev-python/pycurl/pycurl-7.43.0.2.ebuild +++ b/dev-python/pycurl/pycurl-7.43.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1