[python-webhelpers] require python-markupsafe

Luke Macken lmacken at fedoraproject.org
Tue Oct 5 18:15:20 UTC 2010


commit 6b7d9c541cc88f84337d6cccaf37432eb28434b5
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Oct 5 14:15:26 2010 -0400

    require python-markupsafe

 python-webhelpers.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-webhelpers.spec b/python-webhelpers.spec
index d8c99c7..516cf4c 100644
--- a/python-webhelpers.spec
+++ b/python-webhelpers.spec
@@ -2,7 +2,7 @@
 
 Name: python-webhelpers
 Version: 1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Helper library for aiding the writing of web templates in Python
 
 Group: Development/Languages
@@ -12,8 +12,9 @@ Source0: http://pypi.python.org/packages/source/W/WebHelpers/WebHelpers-%{versio
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
-BuildRequires: python-nose python-routes python-simplejson
-Requires: python-routes >= 1.7, python-simplejson >= 1.4
+BuildRequires: python-nose python-routes python-simplejson python-webob
+BuildRequires: python-markupsafe >= 0.9.2
+Requires: python-routes >= 1.7, python-simplejson >= 1.4, python-markupsafe >= 0.9.2
 
 %description
 Web Helpers is a library of helper functions intended to make writing templates
@@ -54,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Oct 05 2010 Luke Macken <lmacken at redhat.com> - 1.2-1
 - Update to 1.2
+- Require python-markupsafe
 
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild


More information about the scm-commits mailing list