From 4b5b53a25c02f3a5f25649aa35cf3763089ece60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sun, 20 Sep 2015 15:18:50 +0200 Subject: [PATCH] Add dependency on pyproj - This dependency was introduced in 0.9.1 --- python-OWSLib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 3faab0b..331577d 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client library for OGC web services License: BSD URL: http://geopython.github.io/OWSLib @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +Requires: pyproj Requires: python-dateutil Requires: python-requests Requires: pytz @@ -31,8 +32,9 @@ service (hence OWS) interface standards, and their related content models. Summary: Client library for OGC web services Requires: python3-dateutil -Requires: python3-requests +Requires: python3-pyproj Requires: python3-pytz +Requires: python3-requests %description -n python3-OWSLib Package for client programming with Open Geospatial Consortium (OGC) web @@ -93,6 +95,9 @@ popd %endif # if with_python3 %changelog +* Sun Sep 6 2015 Volker Fröhlich - 0.9.1-2 +- Add pyproj dependency + * Sun Sep 6 2015 Volker Fröhlich - 0.9.1-1 - New upstream release