commit:     d16a0ef2967fc22628b8da2e49441724c6e28642
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 23:18:21 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 23:21:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a0ef2

dev-python/python-netlink: enable PEP517 build

Closes: https://bugs.gentoo.org/909958
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/python-netlink/python-netlink-0.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild 
b/dev-python/python-netlink/python-netlink-0.1.ebuild
index 6f79613e74d4..986639b51678 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="NetLink"
 
@@ -16,6 +17,7 @@ LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="!dev-libs/libnl[python(-)]"
 
 python_prepare_all() {

Reply via email to