Update debian control file

This commit is contained in:
Angelos Tzotsos
2023-01-07 15:19:43 +02:00
parent 30e1adeb79
commit 511f0ef09f
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
pygeoapi (0.13.0-1~focal1) focal; urgency=medium
* Add pygeofilter in debian dependencies
-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Sat, 08 Jan 2023 14:00:00 +0200
pygeoapi (0.13.0-1~focal0) focal; urgency=medium
* New upstream release
+2 -1
View File
@@ -22,8 +22,9 @@ Depends: ${python3:Depends},
python3-tz,
python3-unicodecsv,
python3-yaml,
python3-pygeofilter,
${misc:Depends}
Suggests: python3-babel, python3-elasticsearch (<8), python3-fiona, python3-mapscript, python3-pygeoif, python3-pygeofilter, python3-geojson, python3-pydantic, python3-pygeometa, python3-pyproj, python3-rasterio, python3-requests
Suggests: python3-babel, python3-elasticsearch (<8), python3-fiona, python3-mapscript, python3-pygeoif, python3-geojson, python3-pydantic, python3-pygeometa, python3-pyproj, python3-rasterio, python3-requests
Description: pygeoapi provides an API to geospatial data.
.
This package the pygeoapi module for Python 3.