From 1fc2725028303b1218b5cdbc346fdde77a89a84a762220ed92d609027b7cbb75 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 16:52:02 +0000 Subject: [PATCH] Accepting request 937583 from home:pgajdos:python - do not require pytest-runner for build, not required OBS-URL: https://build.opensuse.org/request/show/937583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dropbox?expand=0&rev=11 --- python-dropbox.changes | 5 +++++ python-dropbox.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-dropbox.changes b/python-dropbox.changes index 8cd8745..d998274 100644 --- a/python-dropbox.changes +++ b/python-dropbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 09:15:50 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, not required + ------------------------------------------------------------------- Thu Sep 17 06:53:36 UTC 2020 - Dirk Mueller diff --git a/python-dropbox.spec b/python-dropbox.spec index 8e8cb01..9b5d52e 100644 --- a/python-dropbox.spec +++ b/python-dropbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-dropbox # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/dropbox/dropbox-sdk-python Source: https://files.pythonhosted.org/packages/source/d/dropbox/dropbox-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements @@ -45,6 +44,8 @@ Official Dropbox API Client %prep %setup -q -n dropbox-%{version} +# https://github.com/dropbox/dropbox-sdk-python/issues/401 +sed -i 's:pytest-runner::' setup.py %build %python_build