[python-paste-deploy/f15] Add dependency on python-setuptools since parts of paste.deploy rely on

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 26 16:08:06 UTC 2012


commit 088ab48a5e06de1992004c97b92643c952c45dc1
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Jan 26 08:07:53 2012 -0800

    Add dependency on python-setuptools since parts of paste.deploy rely on
    
      pkg_resources

 python-paste-deploy.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-paste-deploy.spec b/python-paste-deploy.spec
index a523448..94a257f 100644
--- a/python-paste-deploy.spec
+++ b/python-paste-deploy.spec
@@ -4,7 +4,7 @@
 
 Name:           python-paste-deploy
 Version:        1.5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Load, configure, and compose WSGI applications and servers
 Group:          System Environment/Libraries
 License:        MIT
@@ -17,6 +17,7 @@ BuildArch:      noarch
 BuildRequires: python2-devel > 2.4
 BuildRequires: python-setuptools
 Requires:       python-paste
+Requires:       python-setuptools
 
 %description
 This tool provides code to load WSGI applications and servers from
@@ -49,6 +50,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jan 26 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.5.0-3
+- Add dependency on python-setuptools since parts of paste.deploy rely on
+  pkg_resources
+
 * Mon Jul 11 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.5.0-2
 - Remove the test directory as it serves no purpose and pollutes the global namespace
   https://bugzilla.redhat.com/show_bug.cgi?id=720055


More information about the scm-commits mailing list