diff options
author | 2020-07-25 12:20:14 +0200 | |
---|---|---|
committer | 2020-07-25 12:22:53 +0200 | |
commit | 637f3ecce8d358904f4f3d70fc56923396f543ec (patch) | |
tree | 5cff01d5f9090262b4d39442e8ed92075b22195a /dev-python/beautifulsoup | |
parent | profiles/base: Mask sys-cluster/charm[doc] to unblock bs4 cleanup (diff) | |
download | gentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.tar.gz gentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.tar.bz2 gentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.zip |
dev-python/beautifulsoup: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild index 11e51760d3bb..6be95da941cc 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 |