commit: b899b0320c9a9adfe09cf372e0a939c48ea7ecc3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:13:51 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:17:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b899b032
dev-python/h5py: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/h5py/h5py-3.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/h5py/h5py-3.8.0.ebuild b/dev-python/h5py/h5py-3.8.0.ebuild index c18f019a61ca..2d868534ddc3 100644 --- a/dev-python/h5py/h5py-3.8.0.ebuild +++ b/dev-python/h5py/h5py-3.8.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} )