diff options
author | Sam James <sam@gentoo.org> | 2023-09-09 03:30:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-09 03:30:42 +0100 |
commit | 2e38d3394dc5acc576394fe9f0de8eaf38d7e3ab (patch) | |
tree | cbcd166ae00317929c30d59ac16d02dba6fc77f0 | |
parent | app-admin/entr: add 5.4 (diff) | |
download | gentoo-2e38d3394dc5acc576394fe9f0de8eaf38d7e3ab.tar.gz gentoo-2e38d3394dc5acc576394fe9f0de8eaf38d7e3ab.tar.bz2 gentoo-2e38d3394dc5acc576394fe9f0de8eaf38d7e3ab.zip |
dev-python/hidapi: depend on <cython-3
Bug: https://bugs.gentoo.org/898678
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/hidapi/hidapi-0.13.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |