From 28832505218932f29a4fa2f9fa0fa970edf1e96e Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 15:03:04 +0800 Subject: [PATCH] Add BuildRequires --- python-oslo-i18n.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-oslo-i18n.spec b/python-oslo-i18n.spec index 0712a8f..bac01a7 100755 --- a/python-oslo-i18n.spec +++ b/python-oslo-i18n.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-i18n Version: 5.0.1 -Release: 1 +Release: 2 Summary: Oslo i18n library -License: Apache Software License 2.0 +License: Apache-2.0 URL: https://docs.openstack.org/oslo.i18n/latest Source0: https://files.pythonhosted.org/packages/de/6f/e8343be26e69e42b3d30610c3ffee576e5b901be6792e5c3af1384613b40/oslo.i18n-5.0.1.tar.gz BuildArch: noarch @@ -20,6 +20,8 @@ Summary: Oslo i18n library Provides: python-oslo.i18n BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-oslo-i18n Internationalization and translation library @@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Fri Nov 20 2020 Python_Bot - Package Spec generated