From f596b3f40f24109dd9c9304194b163b155168576d6cb50162582fd6a70988cbb Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 2 Dec 2014 20:02:19 +0000
Subject: [PATCH] Accepting request 263601 from Cloud:OpenStack:Master
- fix license (Apache-2.0 only)
OBS-URL: https://build.opensuse.org/request/show/263601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=51
---
python-requests.changes | 5 +++++
python-requests.spec | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/python-requests.changes b/python-requests.changes
index 8ccb80a..a939a94 100644
--- a/python-requests.changes
+++ b/python-requests.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Dec 1 12:05:19 UTC 2014 - dmueller@suse.com
+
+- fix license (Apache-2.0 only)
+
-------------------------------------------------------------------
Thu Sep 11 12:34:42 UTC 2014 - toddrme2178@gmail.com
diff --git a/python-requests.spec b/python-requests.spec
index f3e3fc4..524fa6f 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -21,7 +21,7 @@ Version: 2.4.1
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable
-License: Apache-2.0 and LGPL-2.1+ and MIT
+License: Apache-2.0
Group: Development/Languages/Python
#TODO/FIXME: Maybe split out charade and urllib3 into sub-packages to simplify:
Source: http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
@@ -34,8 +34,8 @@ BuildRequires: python
BuildRequires: python-devel
BuildRequires: python-py
BuildRequires: python-setuptools
-Requires: python-py
Requires: python
+Requires: python-py
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else