diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-29 12:48:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-29 13:20:10 +0200 |
commit | 75531730c12dca32d9ad16ca080d852bb453403f (patch) | |
tree | abe9bbb748e3f050bc7ccb721be37f533656663b /dev-python/zeroconf | |
parent | dev-python/qiskit-terra: Bump to 0.25.1 (diff) | |
download | gentoo-75531730c12dca32d9ad16ca080d852bb453403f.tar.gz gentoo-75531730c12dca32d9ad16ca080d852bb453403f.tar.bz2 gentoo-75531730c12dca32d9ad16ca080d852bb453403f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.87.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |