diff options
author | 2019-12-02 10:01:23 +0100 | |
---|---|---|
committer | 2019-12-04 18:11:40 +0100 | |
commit | cfd673a14f3c52bb775a5a3d8646a83377c71a5c (patch) | |
tree | 3aead8432568b14cd25203ebb47b58006cb588dd /dev-python/bokeh | |
parent | dev-python/django-endless-pagination: Remove test dep on ipdb (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/bokeh/bokeh-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bokeh/bokeh-0.12.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bokeh/bokeh-0.11.1.ebuild b/dev-python/bokeh/bokeh-0.11.1.ebuild index 2f3b0875ca1b..e4100d3e1d2d 100644 --- a/dev-python/bokeh/bokeh-0.11.1.ebuild +++ b/dev-python/bokeh/bokeh-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 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 |