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:
committed by
Andreas Enge
parent
22c2ef5fcf
commit
42b7d5b777
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user