summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:14:07 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:17:39 +0200
commit56f9bb6411da0960b5fdeca355b948195d294ad4 (patch)
treeb537261f1bab2e27448841c138c38e6b8664288a /dev-python/lz4
parentdev-python/lxml: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-56f9bb6411da0960b5fdeca355b948195d294ad4.tar.gz
gentoo-56f9bb6411da0960b5fdeca355b948195d294ad4.tar.bz2
gentoo-56f9bb6411da0960b5fdeca355b948195d294ad4.zip
dev-python/lz4: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lz4')
-rw-r--r--dev-python/lz4/lz4-4.3.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/lz4/lz4-4.3.2.ebuild b/dev-python/lz4/lz4-4.3.2.ebuild
index ebcad0616832..a20abdff800a 100644
--- a/dev-python/lz4/lz4-4.3.2.ebuild
+++ b/dev-python/lz4/lz4-4.3.2.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )