From bbf9e7a36ebeb4330a6b94df2ab41369843ab4730f96f6532c529db95e6d89fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Wed, 8 Dec 2021 14:48:14 +0000 Subject: [PATCH] Accepting request 936516 from home:pgajdos:python - do not require pytest-runner for build, not required OBS-URL: https://build.opensuse.org/request/show/936516 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=25 --- python-jwcrypto.changes | 5 +++++ python-jwcrypto.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 1ef7298..98b1ac7 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 14:25:36 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, not required + ------------------------------------------------------------------- Thu Aug 5 19:05:35 UTC 2021 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 0fae6d7..0e7eda7 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -29,7 +29,7 @@ URL: https://github.com/latchset/jwcrypto Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz BuildRequires: %{python_module Deprecated} BuildRequires: %{python_module cryptography >= 2.3} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros