commit:     2e38d3394dc5acc576394fe9f0de8eaf38d7e3ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 02:30:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 02:30:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e38d339

dev-python/hidapi: depend on <cython-3

Bug: https://bugs.gentoo.org/898678
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hidapi/hidapi-0.13.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/hidapi/hidapi-0.13.1.ebuild 
b/dev-python/hidapi/hidapi-0.13.1.ebuild
index 6a65cf05265a..c1a9212c3318 100644
--- a/dev-python/hidapi/hidapi-0.13.1.ebuild
+++ b/dev-python/hidapi/hidapi-0.13.1.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND=">=dev-libs/hidapi-$(ver_cut 1-3)"
 RDEPEND="${DEPEND}"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+# <cython-3 for bug #898678
+BDEPEND="<dev-python/cython-3[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 

Reply via email to