summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:09:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:11:17 +0200
commit01b4e6307a65976109e36552145bd57a6d2f9f7a (patch)
tree2fb36bfca08d1e1c866dc15b49c1523a89a30734
parentdev-python/cython-test-exception-raiser: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-01b4e6307a65976109e36552145bd57a6d2f9f7a.tar.gz
gentoo-01b4e6307a65976109e36552145bd57a6d2f9f7a.tar.bz2
gentoo-01b4e6307a65976109e36552145bd57a6d2f9f7a.zip
dev-python/fitsio: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/fitsio/fitsio-1.1.8.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/fitsio/fitsio-1.1.8.ebuild b/dev-python/fitsio/fitsio-1.1.8.ebuild
index c42392b57273..80b2e4e593f1 100644
--- a/dev-python/fitsio/fitsio-1.1.8.ebuild
+++ b/dev-python/fitsio/fitsio-1.1.8.ebuild
@@ -3,8 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
+
inherit distutils-r1
DESCRIPTION="Python library to read from and write to FITS files"