commit:     d78aa5a755879049eac97510817c49c7c12f0fd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 06:09:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 06:23:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78aa5a7

dev-python/pycares: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/pycares/pycares-4.3.0.ebuild 
b/dev-python/pycares/pycares-4.3.0.ebuild
index 7eb7c4873c8e..65783928aa52 100644
--- a/dev-python/pycares/pycares-4.3.0.ebuild
+++ b/dev-python/pycares/pycares-4.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -32,7 +32,9 @@ DEPEND="
        net-dns/c-ares:=
 "
 BDEPEND="
-       virtual/python-cffi[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/cffi[${PYTHON_USEDEP}]
+       ' 'python*')
 "
 RDEPEND="
        dev-python/idna[${PYTHON_USEDEP}]

Reply via email to