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 82252d4..f6fb1de 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 382b3ad..98d56a1 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