diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:28:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:30:17 +0200 |
commit | 16a7d534725c293bf2a80459a49ba8affde34ada (patch) | |
tree | 6983db81f55368a1fa35706b9694aefece5b136e /dev-python/pytables | |
parent | dev-python/pyscard: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-16a7d534725c293bf2a80459a49ba8affde34ada.tar.gz gentoo-16a7d534725c293bf2a80459a49ba8affde34ada.tar.bz2 gentoo-16a7d534725c293bf2a80459a49ba8affde34ada.zip |
dev-python/pytables: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.8.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.8.0-r3.ebuild b/dev-python/pytables/pytables-3.8.0-r3.ebuild index f0f88329702b..c2dfebf6f12b 100644 --- a/dev-python/pytables/pytables-3.8.0-r3.ebuild +++ b/dev-python/pytables/pytables-3.8.0-r3.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_EXT=1 PYPI_PN="tables" +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 prefix pypi |