mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
6774c9e75a
commit
bf7813a9d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue