summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:10 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:10 +0200
commit39eaf1141737b7336c2a75ccbc8b18c2fe669531 (patch)
tree7779cc75e7e0f22c21a873cd2da60148580c35c1 /dev-python/y-py
parentdev-python/xxhash: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-39eaf1141737b7336c2a75ccbc8b18c2fe669531.tar.gz
gentoo-39eaf1141737b7336c2a75ccbc8b18c2fe669531.tar.bz2
gentoo-39eaf1141737b7336c2a75ccbc8b18c2fe669531.zip
dev-python/y-py: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/y-py')
-rw-r--r--dev-python/y-py/y-py-0.6.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/y-py/y-py-0.6.0.ebuild b/dev-python/y-py/y-py-0.6.0.ebuild
index cc54b8be1df7..94c7b8ae3aef 100644
--- a/dev-python/y-py/y-py-0.6.0.ebuild
+++ b/dev-python/y-py/y-py-0.6.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
CARGO_OPTIONAL=1
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{9..11} )