commit: 4f15cd37af929e77cd402598f7da3ff24ae680ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 08:06:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 08:07:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f15cd37
dev-python/h5py: Remove flag-o-matic inherit
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/h5py/h5py-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/h5py/h5py-3.3.0.ebuild
b/dev-python/h5py/h5py-3.3.0.ebuild
index 84f19def49c..edb9f508931 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"