Update Requires and BuildRequires tags.
This commit is contained in:
parent
9c5eb1f16d
commit
cc8ea75b04
13
pytest.spec
13
pytest.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: pytest
|
Name: pytest
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -19,12 +19,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
Requires: python-setuptools
|
||||||
|
BuildRequires: python-py >= 1.4.4
|
||||||
|
Requires: python-py >= 1.4.4
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: python-py >= 1.4.1
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-py >= 1.4.1
|
Requires: python3-setuptools
|
||||||
|
BuildRequires: python3-py >= 1.4.4
|
||||||
|
Requires: python3-py >= 1.4.4
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
# pytest was separated from pylib at that point
|
# pytest was separated from pylib at that point
|
||||||
Conflicts: python-py < 1.4.0
|
Conflicts: python-py < 1.4.0
|
||||||
@ -127,6 +131,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-2
|
||||||
|
- Update Requires and BuildRequires tags.
|
||||||
|
|
||||||
* Tue Aug 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-1
|
* Tue Aug 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-1
|
||||||
- Update to 2.1.0.
|
- Update to 2.1.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user