Use python2- prefix for dependencies.
This commit is contained in:
parent
d54b107f94
commit
55c041bfc2
1 changed files with 7 additions and 6 deletions
|
|
@ -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 <quantum.analyst@gmail.com> - 0.16.0-3
|
||||
- Drop patch for old versions of Matplotlib.
|
||||
- Use python2- prefix for dependencies.
|
||||
|
||||
* Sun Feb 25 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.16.0-2
|
||||
- Enable testing with now-packaged Natural Earth data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue