[python-flask-script] Move Python 3 Requires into correct place

Robert Kuska rkuska at fedoraproject.org
Thu Jul 3 10:54:05 UTC 2014


commit d09fef0c778b53f77f3ce028b60fff085cc1f151
Author: Robert Kuska <rkuska at redhat.com>
Date:   Thu Jul 3 12:54:11 2014 +0200

    Move Python 3 Requires into correct place

 python-flask-script.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/python-flask-script.spec b/python-flask-script.spec
index 8e9635c..c8e665c 100644
--- a/python-flask-script.spec
+++ b/python-flask-script.spec
@@ -6,7 +6,7 @@
 
 Name:       python-flask-script
 Version:    0.6.7
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Scripting support for Flask
 
 License:    BSD
@@ -27,9 +27,6 @@ BuildRequires:  python3-flask
 BuildRequires:  python3-sphinx
 %endif
 Requires:       python-flask
-%if 0%{?with_python3}
-Requires:       python3-flask
-%endif
 
 %description
 The Flask-Script extension provides support for writing external scripts in
@@ -41,6 +38,8 @@ belong outside the web application itself.
 %package -n python3-flask-script
 Summary:    Scripting support for flask in python3-flask
 
+Requires:       python3-flask
+
 %description -n python3-flask-script
 The Flask-Script extension provides support for writing external scripts in
 Flask.This includes running a development server, a customized Python shell,
@@ -105,6 +104,9 @@ popd
 %endif
 
 %changelog
+* Thu Jul 03 2014 Robert Kuska <rkuska at redhat.com> - 0.6.7-4
+- Move Python 3 Requires into correct place
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list