summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-02 10:01:35 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-04 18:12:01 +0100
commit32a5ca0ba8bca1c57cf333974be1fdf7c404cc13 (patch)
treee12f32fda64df244a1412d15b7abbce76b9bd3b2 /dev-python/ipywidgets/ipywidgets-7.4.2.ebuild
parentdev-python/ipython: Remove py2 (diff)
downloadgentoo-32a5ca0ba8bca1c57cf333974be1fdf7c404cc13.tar.gz
gentoo-32a5ca0ba8bca1c57cf333974be1fdf7c404cc13.tar.bz2
gentoo-32a5ca0ba8bca1c57cf333974be1fdf7c404cc13.zip
dev-python/ipywidgets: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipywidgets/ipywidgets-7.4.2.ebuild')
-rw-r--r--dev-python/ipywidgets/ipywidgets-7.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild b/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild
index 5bb172626369..d8ac18b762d0 100644
--- a/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1