Add dependency on pyproj

- This dependency was introduced in 0.9.1
This commit is contained in:
Volker Fröhlich 2015-09-20 15:18:50 +02:00
commit 4b5b53a25c

View file

@ -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 <volker27@gmx.at> - 0.9.1-2
- Add pyproj dependency
* Sun Sep 6 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.1-1
- New upstream release