From 91fe3384a303857f58ad3c5b91b91663af714e4ce108f56cc935bda5b4dea225 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Apr 2024 14:24:45 +0000 Subject: [PATCH] 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 --- python-twine.changes | 6 ++++++ python-twine.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-twine.changes b/python-twine.changes index fe37ff7..8be059b 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 10 08:39:37 UTC 2024 - Ana Guerrero + +- Add BuildRequires on python-jaraco.packaging that was pulled + by other Build Requires. + ------------------------------------------------------------------- Mon Mar 18 08:14:45 UTC 2024 - Matej Cepl diff --git a/python-twine.spec b/python-twine.spec index b9a8c46..685ded4 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -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}