Add BuildRequires
This commit is contained in:
parent
d5c7810919
commit
2883250521
@ -1,9 +1,9 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-oslo-i18n
|
Name: python-oslo-i18n
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Oslo i18n library
|
Summary: Oslo i18n library
|
||||||
License: Apache Software License 2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/oslo.i18n/latest
|
URL: https://docs.openstack.org/oslo.i18n/latest
|
||||||
Source0: https://files.pythonhosted.org/packages/de/6f/e8343be26e69e42b3d30610c3ffee576e5b901be6792e5c3af1384613b40/oslo.i18n-5.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/de/6f/e8343be26e69e42b3d30610c3ffee576e5b901be6792e5c3af1384613b40/oslo.i18n-5.0.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -20,6 +20,8 @@ Summary: Oslo i18n library
|
|||||||
Provides: python-oslo.i18n
|
Provides: python-oslo.i18n
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-oslo-i18n
|
%description -n python3-oslo-i18n
|
||||||
Internationalization and translation library
|
Internationalization and translation library
|
||||||
|
|
||||||
@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
|
- Add buildrequires
|
||||||
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user