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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user