diff options
author | 2023-05-04 18:13:47 +0200 | |
---|---|---|
committer | 2023-05-04 18:17:20 +0200 | |
commit | 44142f8c8e4bace231ebee85f5c972d23b147fdb (patch) | |
tree | ce92c297c2bc097edc17038db1d6b8a56d1b4f7a /dev-python/gmpy | |
parent | dev-python/genshi: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-44142f8c8e4bace231ebee85f5c972d23b147fdb.tar.gz gentoo-44142f8c8e4bace231ebee85f5c972d23b147fdb.tar.bz2 gentoo-44142f8c8e4bace231ebee85f5c972d23b147fdb.zip |
dev-python/gmpy: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gmpy')
-rw-r--r-- | dev-python/gmpy/gmpy-2.1.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/gmpy/gmpy-2.1.5.ebuild b/dev-python/gmpy/gmpy-2.1.5.ebuild index 3e57cc8e5ab4..458c53fc07e4 100644 --- a/dev-python/gmpy/gmpy-2.1.5.ebuild +++ b/dev-python/gmpy/gmpy-2.1.5.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_PN="gmpy2" PYTHON_COMPAT=( python3_{9..11} ) |