guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 56bc9203318d9759817c2011c45371c1d639b53a
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 12 19:13:01 2025 +0200
gnu: python-inflate64: Remove python-pyannotate native-input.
* gnu/packages/python-compression.scm (python-inflate64):
[native-inputs]: Remove python-pyannotate.
Change-Id: I8dde54179d1a5752c5e7690db434da70377c967e
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-compression.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index e56d4f1f81..8fd893cb8e 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -393,8 +393,7 @@ library.")
(build-system pyproject-build-system)
(propagated-inputs (list python-importlib-metadata))
(native-inputs
- (list python-pyannotate
- python-pytest
+ (list python-pytest
python-setuptools-scm
python-setuptools
python-wheel))