diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 20:59:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:27:42 +0200 |
commit | 3ebcc0da8404c611c22931c3cd3a286f59281109 (patch) | |
tree | 791cc2baec9391f66222deaad8b834c6bba75500 /dev-python/cffi | |
parent | dev-python/pycparser: Port to py3.9 (diff) | |
download | gentoo-3ebcc0da8404c611c22931c3cd3a286f59281109.tar.gz gentoo-3ebcc0da8404c611c22931c3cd3a286f59281109.tar.bz2 gentoo-3ebcc0da8404c611c22931c3cd3a286f59281109.zip |
dev-python/cffi: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.14.0.ebuild b/dev-python/cffi/cffi-1.14.0.ebuild index e603db86aa4b..6e8b5153b7da 100644 --- a/dev-python/cffi/cffi-1.14.0.ebuild +++ b/dev-python/cffi/cffi-1.14.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) inherit distutils-r1 toolchain-funcs |