Accepting request 1166606 from home:anag+factory:Staging

Fixed needed in Staging:H

- Add BuildRequires on python-jaraco.packaging that was pulled
  by other Build Requires.

OBS-URL: https://build.opensuse.org/request/show/1166606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=40
This commit is contained in:
Matej Cepl 2024-04-10 14:24:45 +00:00 committed by Git OBS Bridge
parent d36863e4c0
commit 91fe3384a3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 10 08:39:37 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
- Add BuildRequires on python-jaraco.packaging that was pulled
by other Build Requires.
-------------------------------------------------------------------
Mon Mar 18 08:14:45 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -31,6 +31,7 @@ Patch0: 0001-remove-disable-socket-pytest-opt.patch
Patch1: skip-unsupported-Metadata-Version-test.patch
BuildRequires: %{python_module importlib-metadata >= 3.6}
BuildRequires: %{python_module jaraco.envs}
BuildRequires: %{python_module jaraco.packaging >= 9}
BuildRequires: %{python_module keyring >= 15.1}
BuildRequires: %{python_module munch}
BuildRequires: %{python_module pip}