diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-11 09:06:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-11 09:07:11 +0100 |
commit | 4f15cd37af929e77cd402598f7da3ff24ae680ae (patch) | |
tree | 0541f10b0fd459ea2794a76fa2ea3d9d85bcfc99 /dev-python/h5py | |
parent | dev-python/h5py: Remove obsolete dep on cached-property (diff) | |
download | gentoo-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/h5py')
-rw-r--r-- | dev-python/h5py/h5py-3.3.0.ebuild | 2 |
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" |