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>
This commit is contained in:
Craig Andrews
2019-01-18 17:19:40 -05:00
parent 7254c75ded
commit f548fc3683

View File

@@ -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