commit:     cd93b3df39e74e569f071352f78ab2b98380da43
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jan 11 12:15:13 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jan 11 12:15:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd93b3df

dev-python/NSKeyedUnArchiver: add DISTUTILS_USE_PEP517=setuptools

Closes: https://bugs.gentoo.org/921754
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild 
b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
index af5ce1e4a4..8bd1e970c3 100644
--- a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
+++ b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
@@ -14,6 +15,3 @@ KEYWORDS="~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"

Reply via email to