remove require for python-pytest 00/219300/1 accepted/tizen/devbase/services/20200104.053656 accepted/tizen/devbase/services/20200106.013913 accepted/tizen/devbase/services/20200106.014019 accepted/tizen/devbase/services/20200106.014114 accepted/tizen/devbase/services/20200106.014122 accepted/tizen/devbase/tools/20200104.053727 accepted/tizen/devbase/tools/20200106.014248 accepted/tizen/devbase/tools/20200106.014341 accepted/tizen/devbase/tools/20200106.014352 accepted/tizen/devbase/tools/20200106.014401 submit/trunk/20200104.111333 submit/trunk/20200104.134833 submit/trunk/20200104.154833 submit/trunk/20200104.164833 submit/trunk/20200104.172833 submit/trunk/20200105.091727
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 4 Dec 2019 06:14:20 +0000 (14:14 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 4 Dec 2019 06:14:20 +0000 (14:14 +0800)
Change-Id: I20cdac008493366eee3b3e8c2b3892de0ffa5ef0
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/control
packaging/python-requests.spec

index 82252d497f9224af758aefd799af395ef819ac7a..f6fb1de6a46e490aff3a5a14bb6d351d46bcbedf 100644 (file)
@@ -13,8 +13,7 @@ Depends:  ${python:Depends},
  python,
  cpio,
  bzip2,
- gzip,
- python-pytest
+ gzip
 Description: image creator for Linux distributions
   The tool createrep is used to ppfarm test
 
index 382b3adec0e6586543a360d519c918a0c0a688be..98d56a1e6e1bef1e3f2ab72cbbd605411ae2a6f6 100644 (file)
@@ -34,7 +34,6 @@ BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python
-Requires:       python-pytest
 %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