[python-routes] add dependency on python-repoze-lru

Pádraig Brady pbrady at fedoraproject.org
Tue Mar 12 00:36:57 UTC 2013


commit e04acb4edf05bcbaa7c676c676fcc87e77b6ffb2
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Mar 12 00:36:36 2013 +0000

    add dependency on python-repoze-lru

 python-routes.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-routes.spec b/python-routes.spec
index c5fe0a3..fd9bdf2 100644
--- a/python-routes.spec
+++ b/python-routes.spec
@@ -1,6 +1,6 @@
 Name: python-routes
 Version: 1.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Rails-like routes for Python
 
 Group: Development/Languages
@@ -14,6 +14,8 @@ BuildRequires: python-webtest
 BuildRequires: python-paste
 BuildRequires: python-repoze-lru
 
+Requires: python-repoze-lru
+
 
 %description
 Routes is a Python re-implementation of the Rails routes system for mapping
@@ -45,6 +47,9 @@ PYTHONPATH=$(pwd) nosetests
 
 
 %changelog
+* Tue Mar 12 2013 Matthias Runge <P at draigBrady.com> - 1.13-2
+- Add dependency on python-repoze-lru (new in 1.13)
+
 * Tue Feb 26 2013 Matthias Runge <mrunge at redhat.com> - 1.13-1
 - update to 1.13 (rhbz#803019)
 


More information about the scm-commits mailing list