summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-25 12:20:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-25 12:22:53 +0200
commit637f3ecce8d358904f4f3d70fc56923396f543ec (patch)
tree5cff01d5f9090262b4d39442e8ed92075b22195a
parentprofiles/base: Mask sys-cluster/charm[doc] to unblock bs4 cleanup (diff)
downloadgentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.tar.gz
gentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.tar.bz2
gentoo-637f3ecce8d358904f4f3d70fc56923396f543ec.zip
dev-python/beautifulsoup: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild2
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