Adds provide name python3-importlib-metadata
This commit is contained in:
parent
519a1dec06
commit
cc1ba7fe3d
@ -1,15 +1,11 @@
|
|||||||
Name: python-importlib-metadata
|
Name: python-importlib-metadata
|
||||||
Version: 3.7.2
|
Version: 3.7.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache v2.0
|
License: Apache v2.0
|
||||||
URL: https://pypi.org/project/importlib-metadata/
|
URL: https://pypi.org/project/importlib-metadata/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/i/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-toml
|
|
||||||
BuildRequires: python3-packaging python3-zipp >= 0.5
|
|
||||||
Requires: python3-zipp >= 0.5
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -17,7 +13,10 @@ importlib_metadata is a library which provides an API for accessing an installed
|
|||||||
|
|
||||||
%package -n python3-importlib_metadata
|
%package -n python3-importlib_metadata
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
|
provides: python3-importlib-metadata
|
||||||
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-toml
|
||||||
|
BuildRequires: python3-packaging python3-pbr python3-pip python3-zipp >= 0.5
|
||||||
|
Requires: python3-zipp >= 0.5
|
||||||
%description -n python3-importlib_metadata
|
%description -n python3-importlib_metadata
|
||||||
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
||||||
|
|
||||||
@ -43,6 +42,9 @@ importlib_metadata is a library which provides an API for accessing an installed
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 2 2021 huangtianhua <huangtianhua@huawei.com> - 3.7.2-2
|
||||||
|
- Adds provide name python3-importlib-metadata and adds pbr/pip as buildrequires
|
||||||
|
|
||||||
* Mon Jul 26 2021 shixuantong <shixuantong@huawei.com> - 3.7.2-1
|
* Mon Jul 26 2021 shixuantong <shixuantong@huawei.com> - 3.7.2-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user