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
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

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