mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xmp-toolkit: Fix build.
* gnu/packages/python-xyz.scm (python-xmp-toolkit)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I7f9b8d5b98f4eca6b87e54134d278f57ab0eb73f
This commit is contained in:
parent
557f49f0ea
commit
b3d38b531b
1 changed files with 1 additions and 1 deletions
|
@ -39625,7 +39625,7 @@ write text fast, and for various text generation, statistics, and modeling tasks
|
|||
(string-append exempi "/lib"))))))))
|
||||
(inputs (list exempi))
|
||||
(propagated-inputs (list python-pytz))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/python-xmp-toolkit/python-xmp-toolkit")
|
||||
(synopsis "Python XMP Toolkit for working with metadata")
|
||||
(description "Python XMP Toolkit is a library for working with XMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue