add requires: python-urllib3 accepted/tizen/devbase/services/20200106.014227 accepted/tizen/devbase/tools/20200106.014407 submit/trunk/20200104.173833
authorbiao716.wang <biao716.wang@samsung.com>
Sun, 5 Jan 2020 16:20:10 +0000 (01:20 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Sun, 5 Jan 2020 16:20:10 +0000 (01:20 +0900)
Change-Id: Ib50500c61d36ceebd7e26784e87412bfdb270f21
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/control
packaging/python-requests.spec

index f6fb1de6a46e490aff3a5a14bb6d351d46bcbedf..ffe900086796a1a24a449a597a301d27b39b06f9 100644 (file)
@@ -10,6 +10,7 @@ Package:  python-requests
 Architecture: all
 Depends:  ${python:Depends},
  rpm,
+ python-urllib3,
  python,
  cpio,
  bzip2,
index 98d56a1e6e1bef1e3f2ab72cbbd605411ae2a6f6..f90cd81403ebf2d3d70ea3c35db5da955c1f7a6c 100644 (file)
@@ -34,6 +34,7 @@ BuildRequires:  python
 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