From: biao716.wang Date: Wed, 4 Dec 2019 06:14:20 +0000 (+0800) Subject: remove require for python-pytest X-Git-Tag: accepted/tizen/devbase/services/20200104.053656^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7f922a708e3294b416b1bd6e6eb532c623d2233;p=services%2Fpython-requests.git remove require for python-pytest Change-Id: I20cdac008493366eee3b3e8c2b3892de0ffa5ef0 Signed-off-by: biao716.wang --- diff --git a/debian/control b/debian/control index 82252d4..f6fb1de 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/packaging/python-requests.spec b/packaging/python-requests.spec index 382b3ad..98d56a1 100644 --- a/packaging/python-requests.spec +++ b/packaging/python-requests.spec @@ -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