From 0a8a1f023e27bc85e11896c5d5f7b84b88b03e3507e025fa8af17e3fde9016c9 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 11 Mar 2024 03:56:17 +0000 Subject: [PATCH] - Add missing importlib-metadata BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycountry?expand=0&rev=22 --- python-pycountry.changes | 5 +++++ python-pycountry.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pycountry.changes b/python-pycountry.changes index 6243072..a85a8cd 100644 --- a/python-pycountry.changes +++ b/python-pycountry.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 11 03:55:41 UTC 2024 - Steve Kowalik + +- Add missing importlib-metadata BuildRequires. + ------------------------------------------------------------------- Sat Dec 30 17:34:22 UTC 2023 - Dirk Müller diff --git a/python-pycountry.spec b/python-pycountry.spec index 5ed324b..279af2d 100644 --- a/python-pycountry.spec +++ b/python-pycountry.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycountry # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Version: 23.12.11 Release: 0 Summary: Databases for ISO standards 639 3166 3166-2 4217 15924 License: LGPL-2.1-only -Group: Development/Libraries/Python URL: https://pypi.python.org/pypi/pycountry/ Source: https://pypi.io/packages/source/p/pycountry/pycountry-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -34,6 +33,7 @@ Requires: python-lxml BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module importlib-metadata} # /SECTION %python_subpackages