summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:20:16 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:20:16 +0200
commit5f625a66d5c7d04f2cb4f90c39ace91f78b155c8 (patch)
tree8410455ec4ab9b56fa30f07a86510ae519d3034a
parentdev-python/pyeclib: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-5f625a66d5c7d04f2cb4f90c39ace91f78b155c8.tar.gz
gentoo-5f625a66d5c7d04f2cb4f90c39ace91f78b155c8.tar.bz2
gentoo-5f625a66d5c7d04f2cb4f90c39ace91f78b155c8.zip
dev-python/pyfuse3: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyfuse3/pyfuse3-3.2.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild b/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild
index fdac07917f7d..cff71d6a132e 100644
--- a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild
+++ b/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )