diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-09 16:13:31 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-09 16:13:31 +0100 |
commit | 91c885ed2a46a4178956827e2709c96adef1ab3c (patch) | |
tree | bfe65794292cc0ec7faa24cb3f6a2dbd15099387 /dev-python/bokeh | |
parent | dev-python/bokeh: Drop old (diff) | |
download | gentoo-91c885ed2a46a4178956827e2709c96adef1ab3c.tar.gz gentoo-91c885ed2a46a4178956827e2709c96adef1ab3c.tar.bz2 gentoo-91c885ed2a46a4178956827e2709c96adef1ab3c.zip |
dev-python/bokeh: Don't try to install non-existing docs
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/bokeh')
-rw-r--r-- | dev-python/bokeh/bokeh-0.10.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild index 8a80bce7aff9..efd512c8b385 100644 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild @@ -46,8 +46,6 @@ DEPEND="${REDEPEND} $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) ) " -DOCS=( CHANGELOG QUICKSTART.md README.md ) - python_test() { cd "${BUILD_DIR}"/lib || die # exclude server tests for now |