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