dev-python/pytables: don't try to install docs/html
authorCraig Andrews <candrews@gentoo.org>
Fri, 18 Jan 2019 22:19:40 +0000 (17:19 -0500)
committerCraig Andrews <candrews@gentoo.org>
Fri, 18 Jan 2019 22:19:56 +0000 (17:19 -0500)
Bug: https://bugs.gentoo.org/672662
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-python/pytables/pytables-3.4.4.ebuild

index d50eccfc1b906edeaf9a7bea6ca87020bd4ee2b8..631c7abcf9b5398560bc3c65dec8aec42bbb38fc 100644 (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