diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:13:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:17:25 +0200 |
commit | 2d975bf75b27b79561c1aad06ecd24f1c84ba74f (patch) | |
tree | 9c794692f540d28eccfe091bbdf39c607c6109fa /dev-python/hiredis | |
parent | dev-python/h5py: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-2d975bf75b27b79561c1aad06ecd24f1c84ba74f.tar.gz gentoo-2d975bf75b27b79561c1aad06ecd24f1c84ba74f.tar.bz2 gentoo-2d975bf75b27b79561c1aad06ecd24f1c84ba74f.zip |
dev-python/hiredis: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r-- | dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild index 08c9c7246286..a4dc2b633736 100644 --- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild +++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{9..11} pypy3 ) |