[python-beaker] Remove the python3-paste dependency.

Luke Macken lmacken at fedoraproject.org
Thu Feb 9 19:30:35 UTC 2012


commit dee193ebdc37377cd40c1d24756eb3c4d2ab3e8a
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Feb 9 14:30:32 2012 -0500

    Remove the python3-paste dependency.

 python-beaker.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-beaker.spec b/python-beaker.spec
index 39fe1f9..40f3534 100644
--- a/python-beaker.spec
+++ b/python-beaker.spec
@@ -10,7 +10,7 @@
 
 Name: python-beaker
 Version: 1.5.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
 Group: Development/Languages
@@ -54,7 +54,8 @@ manage Session objects and signed cookies.
 %package -n python3-beaker
 Summary: WSGI middleware layer to provide sessions
 Group: Development/Languages
-Requires: python3-paste
+# Paste is not python3 compatible at the moment
+#Requires: python3-paste
 # Without one of these there's no aes implementation which means there's no way to
 # have encrypted cookies.  This is a reduction in features over the python2 version.
 # Currently there's no working python3 port for either:
@@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 09 2012 Luke Macken <lmacken at redhat.com> - 1.5.4-3
+- Remove the python3-paste dependency.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list