[python-flask-wtf] Added python-wtforms as requires.

kumarpraveen kumarpraveen at fedoraproject.org
Wed Jul 4 01:20:15 UTC 2012


commit ab9c8ef46058669aaad3785977aa2f314aa03408
Author: Praveen Kumar <daredevil at pkumar222.asiapacific.hpqcorp.net>
Date:   Wed Jul 4 06:50:05 2012 +0530

    Added python-wtforms as requires.

 python-flask-wtf.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-flask-wtf.spec b/python-flask-wtf.spec
index 64977c1..9a5d7cc 100644
--- a/python-flask-wtf.spec
+++ b/python-flask-wtf.spec
@@ -2,7 +2,7 @@
 
 Name:           python-flask-wtf
 Version:        0.5.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple integration of Flask and WTForms
 
 Group:          Development/Libraries
@@ -11,10 +11,11 @@ URL:            http://bitbucket.org/danjac/flask-wtf
 Source0:        http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildRequires:  python-wtforms
 BuildRequires:  python-setuptools
 
+Requires:   python-wtforms
 %description
 Flask-WTF offers simple integration with WTForms. This integration 
 includes optional CSRF handling for greater security.
@@ -41,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/flaskext/
 
 %changelog
+* Wed Jul 4 2012 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.5.2-3
+- Added python-wtforms as requires.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list