15
0

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
This commit is contained in:
2021-12-09 16:52:02 +00:00
committed by Git OBS Bridge
parent 7744d48802
commit 1fc2725028
2 changed files with 8 additions and 2 deletions

View File

@@ -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 <dmueller@suse.com>

View File

@@ -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