summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-12-06 18:45:35 -0500
committerCraig Andrews <candrews@gentoo.org>2018-12-06 18:59:57 -0500
commit3d2662e7739396e3582abbe77e97d00ba930a24f (patch)
tree24e12fdc81c46072de02871a2b5baf91be6b32cf /dev-python/pytables
parentsys-apps/openrc: 0.40.2 bugfix release (diff)
downloadgentoo-3d2662e7739396e3582abbe77e97d00ba930a24f.tar.gz
gentoo-3d2662e7739396e3582abbe77e97d00ba930a24f.tar.bz2
gentoo-3d2662e7739396e3582abbe77e97d00ba930a24f.zip
dev-python/pytables: Remove missing file from DOCS, add inherit
Closes: https://bugs.gentoo.org/672662 Package-Manager: Portage-2.3.52, 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.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild
index 2dbdcf0375b4..9995427aed4c 100644
--- a/dev-python/pytables/pytables-3.4.4.ebuild
+++ b/dev-python/pytables/pytables-3.4.4.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
MY_PN=tables
MY_P=${MY_PN}-${PV}
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
DESCRIPTION="Hierarchical datasets for Python"
HOMEPAGE="https://www.pytables.org/"
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
-DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
+DOCS=( RELEASE_NOTES.txt THANKS )
python_prepare_all() {
export HDF5_DIR="${EPREFIX}"/usr