summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-10-11 10:05:28 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 14:36:48 +0100
commite42dda597f922efd0cc50f09e73ffa8e73bfe0ac (patch)
tree6053eca798b0f496036bb32efdd7c0cce84829b8 /gnu/packages
parent7ca7229a8bef0ec0933271b2f98497d5ee38ad90 (diff)
gnu: python-keystone-engine: Remove python-wheel from native-inputs.
* gnu/packages/emulators.scm (python-keystone-engine)[native-inputs]: Remove python-wheel. Change-Id: I9b7a6b29a6f9265975dd09902ebe7f91de30ad5e Reviewed-by: Sören Tempel <soeren@soeren-tempel.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emulators.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 362e38a231e..e89c7261d9c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -4653,14 +4653,14 @@ device contains a @code{exec} port to interface with the host system.")
(sha256
(base32 "1xahdr6bh3dw5swrc2r8kqa8ljhqlb7k2kxv5mrw5rhcmcnzcyig"))))
(build-system pyproject-build-system)
- (arguments
- (list #:tests? #f)) ;no tests in PyPI archive
+ ;; Tests either require kstool, or Python 2, or are 10 years old and fail.
+ (arguments (list #:tests? #f)) ; no tests
(native-inputs
(list cmake-minimal
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://www.keystone-engine.org")
- (synopsis "Lightweight multi-platform, multi-architecture assembler framework")
+ (synopsis
+ "Lightweight multi-platform, multi-architecture assembler framework")
(description
"Keystone is a lightweight multi-platform, multi-architecture
assembler framework. It supports a wide-range of different architectures