From 2d975bf75b27b79561c1aad06ecd24f1c84ba74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 4 May 2023 18:13:52 +0200 Subject: [PATCH] dev-python/hiredis: Set DISTUTILS_EXT=1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild index 08c9c72462863..a4dc2b6337366 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 )