From 55c041bfc22d1858942336890ae1f55082dbd7de Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mar 01 2018 00:42:43 +0000 Subject: Use python2- prefix for dependencies. --- diff --git a/python-cartopy.spec b/python-cartopy.spec index 71f2358..efdaf01 100644 --- a/python-cartopy.spec +++ b/python-cartopy.spec @@ -53,14 +53,14 @@ BuildRequires: python2-setuptools >= 0.7.2 BuildRequires: python2-Cython >= 0.15.1 BuildRequires: python2-six >= 1.3.0 BuildRequires: python2-numpy >= 1.6 -BuildRequires: python-shapely >= 1.5.6 +BuildRequires: python2-shapely >= 1.5.6 BuildRequires: python2-pyshp >= 1.1.4 # OWS requirements -BuildRequires: python-OWSLib >= 0.8.11 +BuildRequires: python2-OWSLib >= 0.8.11 BuildRequires: python2-pillow >= 1.7.8 # Plotting requirements BuildRequires: python2-matplotlib >= 1.3.0 -BuildRequires: gdal-python >= 1.10.0 +BuildRequires: python2-gdal >= 1.10.0 BuildRequires: python2-pillow >= 1.7.8 BuildRequires: python2-scipy >= 0.10 # Testing requirements @@ -74,15 +74,15 @@ BuildRequires: python2-nose Requires: python-%{srcname}-common = %{version}-%{release} Requires: python2-six >= 1.3.0 Requires: python2-numpy >= 1.6 -Requires: python-shapely >= 1.5.6 +Requires: python2-shapely >= 1.5.6 Requires: python2-pyshp >= 1.1.4 Requires: python2-setuptools >= 0.7.2 # OWS requirements -Recommends: python-OWSLib >= 0.8.11 +Recommends: python2-OWSLib >= 0.8.11 Recommends: python2-pillow >= 1.7.8 # Plotting requirements Recommends: python2-matplotlib >= 1.3.0 -Recommends: gdal-python >= 1.10.0 +Recommends: python2-gdal >= 1.10.0 Recommends: python2-pillow >= 1.7.8 Recommends: python2-scipy >= 0.10 @@ -206,6 +206,7 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" MPLBACKEND=Agg \ %changelog * Wed Feb 28 2018 Elliott Sales de Andrade - 0.16.0-3 - Drop patch for old versions of Matplotlib. +- Use python2- prefix for dependencies. * Sun Feb 25 2018 Elliott Sales de Andrade - 0.16.0-2 - Enable testing with now-packaged Natural Earth data.