summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-02 10:01:23 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-04 18:11:40 +0100
commitcfd673a14f3c52bb775a5a3d8646a83377c71a5c (patch)
tree3aead8432568b14cd25203ebb47b58006cb588dd /dev-python/bokeh/bokeh-0.12.6.ebuild
parentdev-python/django-endless-pagination: Remove test dep on ipdb (diff)
downloadgentoo-cfd673a14f3c52bb775a5a3d8646a83377c71a5c.tar.gz
gentoo-cfd673a14f3c52bb775a5a3d8646a83377c71a5c.tar.bz2
gentoo-cfd673a14f3c52bb775a5a3d8646a83377c71a5c.zip
dev-python/bokeh: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bokeh/bokeh-0.12.6.ebuild')
-rw-r--r--dev-python/bokeh/bokeh-0.12.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild b/dev-python/bokeh/bokeh-0.12.6.ebuild
index e4c6a7d90a63..72a12e367f3a 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1