mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
8b803f623e
commit
e7b87dcde2
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue