Fix: python3 dependencies.
This commit is contained in:
parent
fb76f741ff
commit
5cb33d7705
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: pytest
|
Name: pytest
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -26,9 +26,7 @@ BuildRequires: python-sphinx
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-setuptools
|
|
||||||
BuildRequires: python3-py >= 1.4.5
|
BuildRequires: python3-py >= 1.4.5
|
||||||
Requires: python3-py >= 1.4.5
|
|
||||||
%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
|
||||||
@ -41,6 +39,8 @@ py.test provides simple, yet powerful testing for Python.
|
|||||||
%package -n python3-pytest
|
%package -n python3-pytest
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
Requires: python3-setuptools
|
||||||
|
Requires: python3-py >= 1.4.5
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-pytest
|
%description -n python3-pytest
|
||||||
@ -131,6 +131,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 3 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-2
|
||||||
|
- Fix: python3 dependencies.
|
||||||
|
|
||||||
* Sun Aug 28 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1
|
* Sun Aug 28 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1
|
||||||
- Update to 2.1.1.
|
- Update to 2.1.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user