From 9a47858fbcaa0e797b83ced271d0c9b3a1d6e2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 4 May 2023 18:20:14 +0200 Subject: [PATCH] dev-python/pydevd: 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/pydevd/pydevd-2.9.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pydevd/pydevd-2.9.5.ebuild b/dev-python/pydevd/pydevd-2.9.5.ebuild index 8c93d22eebc40..a4b5a7c27f4ba 100644 --- a/dev-python/pydevd/pydevd-2.9.5.ebuild +++ b/dev-python/pydevd/pydevd-2.9.5.ebuild @@ -3,8 +3,10 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) + inherit distutils-r1 toolchain-funcs MY_P="pydev_debugger_${PV//./_}"