commit:     75531730c12dca32d9ad16ca080d852bb453403f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 10:48:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 11:20:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75531730

dev-python/zeroconf: Require >=dev-python/cython-3 in 0.87.0

Closes: https://bugs.gentoo.org/913204
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zeroconf/zeroconf-0.87.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.87.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
index 76b5818dc18d..b3ff07347a6d 100644
--- a/dev-python/zeroconf/zeroconf-0.87.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 # the build system uses custom build script that uses distutils to build
 # C extensions, sigh
 BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
+       >=dev-python/cython-3[${PYTHON_USEDEP}]
        >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest-asyncio[${PYTHON_USEDEP}]

Reply via email to