[python-carddav] Require python-requests (BZ #1047915)

Patrick Uiterwijk puiterwijk at fedoraproject.org
Thu Jan 9 10:11:10 UTC 2014


commit f02a55e267585513ea17e978206537adad6d5b25
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Thu Jan 9 11:11:08 2014 +0100

    Require python-requests (BZ #1047915)

 python-carddav.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-carddav.spec b/python-carddav.spec
index 2407f5c..691f6fe 100644
--- a/python-carddav.spec
+++ b/python-carddav.spec
@@ -3,7 +3,7 @@
 
 Name:           python-carddav
 Version:        0.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python CardDAV client compatible with mutt
 
 License:        MIT
@@ -16,6 +16,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 Requires:       python-vobject
 Requires:       python-urwid
+Requires:       python-requests
 
 %description
 Python library and front-end for syncing CardDAV
@@ -43,6 +44,9 @@ rm -rf pyCardDAV.egg-info
 
 
 %changelog
+* Thu Jan 09 2014 Patrick Uiterwijk <puiterwijk at redhat.com> - 0.4.1-4
+- Require python-requests (BZ #1047915)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list