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}