summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-11 09:06:14 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-11 09:07:11 +0100
commit4f15cd37af929e77cd402598f7da3ff24ae680ae (patch)
tree0541f10b0fd459ea2794a76fa2ea3d9d85bcfc99 /dev-python
parentdev-python/h5py: Remove obsolete dep on cached-property (diff)
downloadgentoo-4f15cd37af929e77cd402598f7da3ff24ae680ae.tar.gz
gentoo-4f15cd37af929e77cd402598f7da3ff24ae680ae.tar.bz2
gentoo-4f15cd37af929e77cd402598f7da3ff24ae680ae.zip
dev-python/h5py: Remove flag-o-matic inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/h5py/h5py-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h5py/h5py-3.3.0.ebuild b/dev-python/h5py/h5py-3.3.0.ebuild
index 84f19def49c0..edb9f5089319 100644
--- a/dev-python/h5py/h5py-3.3.0.ebuild
+++ b/dev-python/h5py/h5py-3.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1
DESCRIPTION="Simple Python interface to HDF5 files"
HOMEPAGE="https://www.h5py.org"