diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:49:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:36:11 +0200 |
commit | 8fa9709f7a7498fd4f5c899344269b9aca44aba8 (patch) | |
tree | b344755e66e3693ea8d2f85cdc889dee7534adaa /dev-python/greenlet | |
parent | virtual/python-greenlet: Remove python2 (diff) | |
download | gentoo-8fa9709f7a7498fd4f5c899344269b9aca44aba8.tar.gz gentoo-8fa9709f7a7498fd4f5c899344269b9aca44aba8.tar.bz2 gentoo-8fa9709f7a7498fd4f5c899344269b9aca44aba8.zip |
dev-python/greenlet: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/greenlet')
-rw-r--r-- | dev-python/greenlet/greenlet-0.4.16-r1.ebuild (renamed from dev-python/greenlet/greenlet-0.4.16.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/greenlet/greenlet-0.4.16.ebuild b/dev-python/greenlet/greenlet-0.4.16-r1.ebuild index fc13d115df20..5356c0a7b6ef 100644 --- a/dev-python/greenlet/greenlet-0.4.16.ebuild +++ b/dev-python/greenlet/greenlet-0.4.16-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Note: greenlet is built-in in pypy -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 flag-o-matic |