mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-country-converter: Add missing native-input.
* gnu/packages/iso-codes.scm (python-country-converter)[native-inputs]: Add python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
22c2ef5fcf
commit
42b7d5b777
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ information.")
|
|||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-pandas))
|
||||
(home-page "https://github.com/IndEcol/country_converter")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue