[python-wsme] add required dependencies

Pádraig Brady pbrady at fedoraproject.org
Tue Apr 23 11:46:38 UTC 2013


commit 993fafc7f928e33443824a96c54cb9ce0ffc2e0e
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Apr 23 12:45:04 2013 +0100

    add required dependencies
    
    Depend on python-{simplegeneric,six,webob}

 python-wsme.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python-wsme.spec b/python-wsme.spec
index 786f9d6..5214b9b 100644
--- a/python-wsme.spec
+++ b/python-wsme.spec
@@ -15,6 +15,9 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-d2to1
 
+Requires:       python-simplegeneric
+Requires:       python-six
+Requires:       python-webob
 
 %description
 Web Services Made Easy, simplifies the implementation of
@@ -44,6 +47,7 @@ rm -rf %{pypi_name}.egg-info
 %changelog
 * Tue Apr 23 2013 Padraig Brady <P at draigBrady.com> - 0.5b2-1
 - Update to 0.5b2.
+- Add required dependencies.
 
 * Wed Mar 13 2013 Padraig Brady <P at draigBrady.com> - 0.5b1-1
 - Initial package.


More information about the scm-commits mailing list