Accepting request 1166677 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1166677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-twine?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-04-11 17:40:26 +00:00 committed by Git OBS Bridge
commit bd72bf60b7
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> 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 Patch1: skip-unsupported-Metadata-Version-test.patch
BuildRequires: %{python_module importlib-metadata >= 3.6} BuildRequires: %{python_module importlib-metadata >= 3.6}
BuildRequires: %{python_module jaraco.envs} BuildRequires: %{python_module jaraco.envs}
BuildRequires: %{python_module jaraco.packaging >= 9}
BuildRequires: %{python_module keyring >= 15.1} BuildRequires: %{python_module keyring >= 15.1}
BuildRequires: %{python_module munch} BuildRequires: %{python_module munch}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}