sharlatan pushed a commit to branch python-team
in repository guix.

commit 1b3e0a0784332aeecc8d2b63be5429bb768eafe5
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri Apr 4 21:17:09 2025 +0200

    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 <sharlata...@gmail.com>
---
 gnu/packages/iso-codes.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index fd04d13a9f..ad9b90a564 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -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";)

Reply via email to