Accepting request 1156814 from devel:languages:python
- Add missing importlib-metadata BuildRequires. OBS-URL: https://build.opensuse.org/request/show/1156814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycountry?expand=0&rev=12
This commit is contained in:
commit
f515579359
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 03:55:41 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing importlib-metadata BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 30 17:34:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 30 17:34:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycountry
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,6 @@ Version: 23.12.11
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Databases for ISO standards 639 3166 3166-2 4217 15924
|
Summary: Databases for ISO standards 639 3166 3166-2 4217 15924
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Development/Libraries/Python
|
|
||||||
URL: https://pypi.python.org/pypi/pycountry/
|
URL: https://pypi.python.org/pypi/pycountry/
|
||||||
Source: https://pypi.io/packages/source/p/pycountry/pycountry-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/p/pycountry/pycountry-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@ -34,6 +33,7 @@ Requires: python-lxml
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module importlib-metadata}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user