1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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