1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Nicolas Graves
2025-04-04 21:17:09 +02:00
committed by Andreas Enge
parent 22c2ef5fcf
commit 42b7d5b777

View File

@@ -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")