diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:14:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:17:39 +0200 |
commit | 56f9bb6411da0960b5fdeca355b948195d294ad4 (patch) | |
tree | b537261f1bab2e27448841c138c38e6b8664288a /dev-python/lz4 | |
parent | dev-python/lxml: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-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.ebuild | 1 |
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} ) |