gnu: python-overpass: Add missing native inputs.

* gnu/packages/geo.scm (python-overpass)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I74602809b065a3275680f034454379a2e9d694bd
This commit is contained in:
Vinicius Monego 2025-03-01 11:04:04 -03:00
parent 8b803f623e
commit e7b87dcde2
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1108,7 +1108,9 @@ require a spatial database such as PostGIS.")
(propagated-inputs (list python-geojson
python-requests
python-shapely))
(native-inputs (list python-pytest))
(native-inputs (list python-pytest
python-setuptools
python-wheel))
(home-page "https://github.com/mvexel/overpass-api-python-wrapper")
(synopsis "Python wrapper for the OpenStreetMap Overpass API")
(description "This package provides python-overpass, a Python wrapper