Change-Id: I1da52c98a29bba9d09cb56764efb58a42ee8e3fe
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Architecture: all
Depends: ${python:Depends},
rpm,
- python-urllib3,
python,
cpio,
bzip2,
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python
-Requires: python-urllib3
%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
from ntlmpool import ntlm
-from urllib3 import HTTPSConnectionPool
+from requests.packages.urllib3 import HTTPSConnectionPool
log = getLogger(__name__)