commit:     e74b3e9756f7423a7cff8a4f9dcd9449688760fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 05:02:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 05:08:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74b3e97

dev-python/zeroconf: Require dev-python/cython < 3

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

 dev-python/zeroconf/zeroconf-0.64.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/zeroconf/zeroconf-0.64.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.64.1.ebuild
index 547370f5f4c2..50486a2e065a 100644
--- a/dev-python/zeroconf/zeroconf-0.64.1.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.64.1.ebuild
@@ -27,7 +27,9 @@ RDEPEND="
 "
 # the build system uses custom build script that uses distutils to build
 # C extensions, sigh
+# Cython-3: https://github.com/python-zeroconf/python-zeroconf/issues/1183
 BDEPEND="
+       <dev-python/cython-3[${PYTHON_USEDEP}]
        >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
        >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
        test? (

Reply via email to