Add dependency version bounds
This commit is contained in:
parent
55880a3f49
commit
00f04a41f2
1 changed files with 7 additions and 6 deletions
|
|
@ -28,11 +28,11 @@ BuildRequires: python2-devel
|
|||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-pytest
|
||||
|
||||
BuildRequires: python2-dateutil
|
||||
BuildRequires: python2-dateutil >= 1.5
|
||||
BuildRequires: python2-requests
|
||||
BuildRequires: python2-pytz
|
||||
|
||||
Requires: python2-dateutil
|
||||
Requires: python2-dateutil >= 1.5
|
||||
Requires: python2-requests
|
||||
Requires: python2-pytz
|
||||
|
||||
|
|
@ -48,12 +48,12 @@ BuildRequires: python%{python3_pkgversion}-devel
|
|||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
|
||||
BuildRequires: python%{python3_pkgversion}-dateutil
|
||||
BuildRequires: python%{python3_pkgversion}-requests
|
||||
BuildRequires: python%{python3_pkgversion}-dateutil >= 1.5
|
||||
BuildRequires: python%{python3_pkgversion}-requests >= 2.7
|
||||
BuildRequires: python%{python3_pkgversion}-pytz
|
||||
|
||||
Requires: python%{python3_pkgversion}-dateutil
|
||||
Requires: python%{python3_pkgversion}-requests
|
||||
Requires: python%{python3_pkgversion}-dateutil >= 1.5
|
||||
Requires: python%{python3_pkgversion}-requests >= 2.7
|
||||
Requires: python%{python3_pkgversion}-pytz
|
||||
|
||||
%description -n python%{python3_pkgversion}-OWSLib %{common_description}
|
||||
|
|
@ -164,6 +164,7 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \
|
|||
- Build the Python 3 sub-package on EPEL7
|
||||
- Switch to the GitHub source archive and run the offline tests
|
||||
- Install more text documentation files
|
||||
- Add dependency version bounds
|
||||
|
||||
* Sat Jun 13 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.0-1
|
||||
- New upstream release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue