diff options
Diffstat (limited to 'dev-python/cffi/cffi-1.12.1.ebuild')
-rw-r--r-- | dev-python/cffi/cffi-1.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.12.1.ebuild b/dev-python/cffi/cffi-1.12.1.ebuild index c24d74972d80..a84fde7c1210 100644 --- a/dev-python/cffi/cffi-1.12.1.ebuild +++ b/dev-python/cffi/cffi-1.12.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 toolchain-funcs |