15
0

Accepting request 936523 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/936523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jwcrypto?expand=0&rev=12
This commit is contained in:
2021-12-12 20:26:57 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -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 <michael@stroeder.com>

View File

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