summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:09 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:09 +0200
commit47f095b70ac4897a258c88dbaf3f396cf1123bab (patch)
tree1fc59ef2134941650791fda9c120f46e886c06b9 /dev-python/xxhash
parentdev-python/xmlsec: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-47f095b70ac4897a258c88dbaf3f396cf1123bab.tar.gz
gentoo-47f095b70ac4897a258c88dbaf3f396cf1123bab.tar.bz2
gentoo-47f095b70ac4897a258c88dbaf3f396cf1123bab.zip
dev-python/xxhash: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xxhash')
-rw-r--r--dev-python/xxhash/xxhash-3.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild b/dev-python/xxhash/xxhash-3.2.0.ebuild
index 7e443bdc9b1d..dfe2fe5607c7 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )