aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2024-12-16 12:40:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-16 19:11:20 +0000
commitbf7813a9d47f22ff0bc30c29c21cfc327ba002eb (patch)
tree0fd2eae536ce2c42e39d0a6bd2c4ff501ff03ea8 /gnu/packages/python-xyz.scm
parent6774c9e75a835e91e9b0e415c749e48e4f724e24 (diff)
downloadguix-bf7813a9d47f22ff0bc30c29c21cfc327ba002eb.tar.gz
guix-bf7813a9d47f22ff0bc30c29c21cfc327ba002eb.zip
gnu: python-puremagic: Add missing inputs.
* gnu/packages/python-xyz.scm (python-puremagic)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I9feb15e77c6e7f57c4c1678ed25ae73370b4d601 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b78fb6f35..39897b47b4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13212,7 +13212,7 @@ abstract syntax tree (AST) nodes without side effects.")
(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