[python-flask-whooshee] Move Python 3 requires into correct place

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


commit 7c418e177cf3af4bc3fd404e4ff8e6dfecb04cd8
Author: Robert Kuska <rkuska at redhat.com>
Date:   Thu Jul 3 12:43:02 2014 +0200

    Move Python 3 requires into correct place

 python-flask-whooshee.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/python-flask-whooshee.spec b/python-flask-whooshee.spec
index f1c3eb7..a6d1830 100644
--- a/python-flask-whooshee.spec
+++ b/python-flask-whooshee.spec
@@ -32,12 +32,6 @@ Requires:       python-flask-sqlalchemy
 Requires:       python-whoosh
 Requires:       python-blinker
 Requires:       python-flask
-%if 0%{?with_python3}
-Requires:       python3-flask-sqlalchemy
-Requires:       python3-whoosh
-Requires:       python3-blinker
-Requires:       python3-flask
-%endif
 
 %description
 Whoosh integration that allows to create and search custom indexes.
@@ -46,6 +40,11 @@ Whoosh integration that allows to create and search custom indexes.
 %package -n python3-flask-whooshee
 Summary:        Whoosh integration
 
+Requires:       python3-flask-sqlalchemy
+Requires:       python3-whoosh
+Requires:       python3-blinker
+Requires:       python3-flask
+
 %description -n python3-flask-whooshee
 Whoosh integration that allows to create and search custom indexes.
 %endif
@@ -100,6 +99,9 @@ popd
 
 
 %changelog
+* Thu Jul 03 2014 Robert Kuska <rkuska at redhat.com> - 0.0.6-4
+- Move Python 3 Requires into correct place
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list