From a7f922a708e3294b416b1bd6e6eb532c623d2233 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 4 Dec 2019 14:14:20 +0800 Subject: [PATCH] remove require for python-pytest Change-Id: I20cdac008493366eee3b3e8c2b3892de0ffa5ef0 Signed-off-by: biao716.wang --- debian/control | 3 +-- packaging/python-requests.spec | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1