diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-01-18 17:19:40 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-01-18 17:19:56 -0500 |
commit | f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3 (patch) | |
tree | e55fe353217a76b0db947a917f37c129b088065c /dev-python/pytables | |
parent | media-video/cheese: add explicit build dep on glib-utils (diff) | |
download | gentoo-f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3.tar.gz gentoo-f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3.tar.bz2 gentoo-f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3.zip |
dev-python/pytables: don't try to install docs/html
Bug: https://bugs.gentoo.org/672662
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.4.4.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index d50eccfc1b90..631c7abcf9b5 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -65,7 +65,6 @@ python_test() { python_install_all() { if use doc; then - HTML_DOCS=( doc/html/. ) DOCS+=( doc/scripts ) fi distutils-r1_python_install_all |