diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:10 +0200 |
commit | e2a5573360f557b8f03cbab4659a3f6fbe6002c6 (patch) | |
tree | 1a7af65e262ca23c48866a3810eda66bd824c6ee /dev-python/pycurl/pycurl-7.43.0.2.ebuild | |
parent | dev-python/automat: Enable py3.7 (diff) | |
download | gentoo-e2a5573360f557b8f03cbab4659a3f6fbe6002c6.tar.gz gentoo-e2a5573360f557b8f03cbab4659a3f6fbe6002c6.tar.bz2 gentoo-e2a5573360f557b8f03cbab4659a3f6fbe6002c6.zip |
dev-python/pycurl: Enable py3.7
Diffstat (limited to 'dev-python/pycurl/pycurl-7.43.0.2.ebuild')
-rw-r--r-- | dev-python/pycurl/pycurl-7.43.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |