diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:29:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:49 +0200 |
commit | 1d69ffe317d5fcb6a0ab0007feaee80d4a7e12b3 (patch) | |
tree | 8dbf294382a445ecad5a8ec00678fa6459a7a139 | |
parent | dev-python/zipp: Remove old (diff) | |
download | gentoo-1d69ffe317d5fcb6a0ab0007feaee80d4a7e12b3.tar.gz gentoo-1d69ffe317d5fcb6a0ab0007feaee80d4a7e12b3.tar.bz2 gentoo-1d69ffe317d5fcb6a0ab0007feaee80d4a7e12b3.zip |
dev-python/contextlib2: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild (renamed from dev-python/contextlib2/contextlib2-0.6.0_p1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/contextlib2/contextlib2-0.6.0_p1.ebuild b/dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild index 51060f9397b8..201b3c103c79 100644 --- a/dev-python/contextlib2/contextlib2-0.6.0_p1.ebuild +++ b/dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |