From 21f47e7855c83d60adb9d57ce87388efe2c57093 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 28 Feb 2018 20:10:21 -0500 Subject: [PATCH] Fix owslib dep. --- python-cartopy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cartopy.spec b/python-cartopy.spec index efdaf01..a7c2627 100644 --- a/python-cartopy.spec +++ b/python-cartopy.spec @@ -56,7 +56,7 @@ BuildRequires: python2-numpy >= 1.6 BuildRequires: python2-shapely >= 1.5.6 BuildRequires: python2-pyshp >= 1.1.4 # OWS requirements -BuildRequires: python2-OWSLib >= 0.8.11 +BuildRequires: python2-owslib >= 0.8.11 BuildRequires: python2-pillow >= 1.7.8 # Plotting requirements BuildRequires: python2-matplotlib >= 1.3.0 @@ -78,7 +78,7 @@ Requires: python2-shapely >= 1.5.6 Requires: python2-pyshp >= 1.1.4 Requires: python2-setuptools >= 0.7.2 # OWS requirements -Recommends: python2-OWSLib >= 0.8.11 +Recommends: python2-owslib >= 0.8.11 Recommends: python2-pillow >= 1.7.8 # Plotting requirements Recommends: python2-matplotlib >= 1.3.0