GNU bug report logs -
#75786
python-fastbencode does not build the C extensions
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Thu, 23 Jan 2025 15:02:01 UTC
Severity: normal
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 75786 <at> debbugs.gnu.org (full text, mbox):
The c extension does not build with regular python-cython.
* gnu/packages/python-xyz.scm (python-fastbencode)[native-inputs]: Replace
python-cython with with python-cython-3.
Change-Id: I9ecfdcfe1ff9fe8b3e5977d452f655b842e4d52d
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e5fa9a26c..2435ca8e98 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18345,7 +18345,7 @@ (define-public python-fastbencode
(sha256
(base32 "15x1in22gwam7wwga5lbj1pd8hc9jk741pia3pv1m29n2xywpq2z"))))
(build-system python-build-system)
- (native-inputs (list python-cython))
+ (native-inputs (list python-cython-3))
(home-page "https://github.com/breezy-team/fastbencode")
(synopsis "Python Bencode (de)serializer with optional fast C extensions")
(description
base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
--
2.47.1
This bug report was last modified 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.