[python-elasticsearch/f18] Fix broken dependencies

Daniel Bruno dbruno at fedoraproject.org
Thu Dec 19 14:42:42 UTC 2013


commit dd5e975ed23fc4664fa947c073f117f5ca86c060
Author: Daniel Bruno <danielbrunos at gmail.com>
Date:   Thu Dec 19 10:42:30 2013 -0400

    Fix broken dependencies

 python-elasticsearch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec
index 2def26f..db9ab71 100644
--- a/python-elasticsearch.spec
+++ b/python-elasticsearch.spec
@@ -2,7 +2,7 @@
 
 Name:           python-elasticsearch
 Version:        0.4.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Client for Elasticsearch 
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ Source0:        https://pypi.python.org/packages/source/e/%{tarball_name}/%{tarb
 BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools
 Requires:       python-thrift
-Requires:       python-urllib => 3
+Requires:       python-urllib3 >= 1.7
 
 %description
 Low level client for Elasticsearch. It's goal is to provide common ground
@@ -45,6 +45,9 @@ cp README.rst README
 %doc README LICENSE
 
 %changelog
+* Thu Dec 19 2013 Daniel Bruno <dbruno at fedoraproject.org> - 0.4.3-4
+- Fix broken dependencies
+
 * Wed Dec 11 2013 Daniel Bruno <dbruno at fedoraproject.org> - 0.4.3-3
 - Standarizing the spec
 


More information about the scm-commits mailing list