summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-20 06:46:55 +0000
committerSam James <sam@gentoo.org>2021-11-20 06:46:55 +0000
commit6c862f5cdc217baa4175564b05ec21bfe858824c (patch)
tree3193b8720d13bfefd2954ce7392cbbd5def94189 /dev-python
parentdev-python/pytables: skip some known-failing tests on big endian (diff)
downloadgentoo-6c862f5cdc217baa4175564b05ec21bfe858824c.tar.gz
gentoo-6c862f5cdc217baa4175564b05ec21bfe858824c.tar.bz2
gentoo-6c862f5cdc217baa4175564b05ec21bfe858824c.zip
dev-python/pytables: drop unused flag-o-matic
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytables/pytables-3.6.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.6.1-r1.ebuild b/dev-python/pytables/pytables-3.6.1-r1.ebuild
index bcad8167a71a..f836ec63658f 100644
--- a/dev-python/pytables/pytables-3.6.1-r1.ebuild
+++ b/dev-python/pytables/pytables-3.6.1-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
MY_PN=tables
MY_P=${MY_PN}-${PV}
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1
DESCRIPTION="Hierarchical datasets for Python"
HOMEPAGE="https://www.pytables.org/"