[python-pytest-capturelog/f22] Fix pytest requires

Matej Stuchlik mstuchli at fedoraproject.org
Wed Mar 11 14:57:51 UTC 2015


commit 25e3b0213ebff0db80ac4b8a65fa73c08bce2351
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Wed Mar 11 15:56:25 2015 +0100

    Fix pytest requires

 python-pytest-capturelog.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pytest-capturelog.spec b/python-pytest-capturelog.spec
index 85951d2..0590b49 100644
--- a/python-pytest-capturelog.spec
+++ b/python-pytest-capturelog.spec
@@ -4,7 +4,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        py.test plugin to capture log messages
 
 License:        MIT
@@ -21,7 +21,7 @@ BuildRequires:  python3-setuptools
 %endif # if with_python3
  
 Requires:       python-py >= 1.1.1
-Requires:       python-pytest
+Requires:       pytest
 
 %description
 py.test plugin to capture log messages
@@ -93,5 +93,8 @@ popd
 
 
 %changelog
+* Wed Mar 11 2015 Matej Stuchlik <mstuchli at redhat.com> - 0.7-2
+- Fix pytest requires
+
 * Tue Mar 03 2015 Matej Stuchlik <mstuchli at redhat.com> - 0.7-1
 - Initial package.


More information about the scm-commits mailing list