commit:     271cb56e621f9ce5fca615df93612fa85e72a0f2
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Mon Nov 30 21:47:14 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 16:41:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271cb56e

dev-python/reedsolomon: fix ebuild, add necessary dependency

Unfortunately the buildtime dependency dev-python/cython is missing.
This ebuild fixes this.

Closes: https://bugs.gentoo.org/757486
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/18465
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/reedsolomon/reedsolomon-1.5.4.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild 
b/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild
index e3c9f2928bd..70f3dc5d7f7 100644
--- a/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild
+++ b/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild
@@ -16,6 +16,10 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+BDEPEND="
+       dev-python/cython[${PYTHON_USEDEP}]
+"
+
 python_test() {
        ${EPYTHON} tests/test_creedsolo.py || die "creedsolo test failed with 
${EPYTHON}"
        ${EPYTHON} tests/test_reedsolo.py || die "reedsolo test failed with 
${EPYTHON}"

Reply via email to