commit: 637f3ecce8d358904f4f3d70fc56923396f543ec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 25 10:20:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 25 10:22:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637f3ecc
dev-python/beautifulsoup: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild index 11e51760d3b..6be95da941c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.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