diff options
author | 2023-05-04 18:59:14 +0200 | |
---|---|---|
committer | 2023-05-04 18:59:14 +0200 | |
commit | 4ab829990705f19d2757e1d7bf271fa521310379 (patch) | |
tree | f0b9eb1a8e08f8b7ebaf314e4adc450bc2b98f92 /dev-python/zstandard | |
parent | dev-python/zope-interface: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-4ab829990705f19d2757e1d7bf271fa521310379.tar.gz gentoo-4ab829990705f19d2757e1d7bf271fa521310379.tar.bz2 gentoo-4ab829990705f19d2757e1d7bf271fa521310379.zip |
dev-python/zstandard: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zstandard')
-rw-r--r-- | dev-python/zstandard/zstandard-0.21.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/zstandard/zstandard-0.21.0.ebuild b/dev-python/zstandard/zstandard-0.21.0.ebuild index 5fc27ad9bd17..19cc4a8bb8cd 100644 --- a/dev-python/zstandard/zstandard-0.21.0.ebuild +++ b/dev-python/zstandard/zstandard-0.21.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) |