* [bug#74911] [PATCH] gnu: python-puremagic: Add missing inputs.
@ 2024-12-16 11:40 Romain GARBAGE
2024-12-16 19:13 ` bug#74911: " Sharlatan Hellseher
0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-12-16 11:40 UTC (permalink / raw)
To: 74911; +Cc: ludovic.courtes, Romain GARBAGE
* gnu/packages/python-xyz.scm (python-puremagic)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I9feb15e77c6e7f57c4c1678ed25ae73370b4d601
---
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 1c3c5d5d9c..03064cd7b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13208,7 +13208,7 @@ (define-public python-puremagic
(base32 "0sffrjjqh37ijwnggyvs2rfm4iwaz2m395wqg0x727wv8i0x3f3b"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/cdgriffith/puremagic")
(synopsis "Pure Python implementation of magic file detection")
(description
base-commit: acb256d4583caa48e601c8cd0572ee4f269887fc
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74911: [PATCH] gnu: python-puremagic: Add missing inputs.
2024-12-16 11:40 [bug#74911] [PATCH] gnu: python-puremagic: Add missing inputs Romain GARBAGE
@ 2024-12-16 19:13 ` Sharlatan Hellseher
0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-12-16 19:13 UTC (permalink / raw)
To: 74911-done
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
Hi,
Pushed as bf7813a9d47f22ff0bc30c29c21cfc327ba002eb to master.
--
Thanks,
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-16 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 11:40 [bug#74911] [PATCH] gnu: python-puremagic: Add missing inputs Romain GARBAGE
2024-12-16 19:13 ` bug#74911: " Sharlatan Hellseher
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).