!9 Adds python3-pbr/pip as requires

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-03 08:57:08 +00:00 committed by Gitee
commit 178d3cc2e3

View File

@ -1,18 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-oslotest Name: python-oslotest
Version: 4.4.1 Version: 4.4.1
Release: 1 Release: 2
Summary: Oslo test framework Summary: Oslo test framework
License: Apache-2.0 License: Apache-2.0
URL: https://pypi.org/project/oslotest/ URL: https://pypi.org/project/oslotest/
Source0: https://files.pythonhosted.org/packages/e0/d7/22941439a79d24d6cf354cf812d971f30ddcf627b364ccdcd144f8010b58/oslotest-4.4.1.tar.gz Source0: https://files.pythonhosted.org/packages/e0/d7/22941439a79d24d6cf354cf812d971f30ddcf627b364ccdcd144f8010b58/oslotest-4.4.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-fixtures
Requires: python3-subunit
Requires: python3-six
Requires: python3-testtools
%description %description
OpenStack Testing Framework and Utilities OpenStack Testing Framework and Utilities
@ -21,17 +16,23 @@ Summary: Oslo test framework
Provides: python-oslotest Provides: python-oslotest
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
Requires: python3-fixtures
Requires: python3-subunit
Requires: python3-six
Requires: python3-testtools
%description -n python3-oslotest %description -n python3-oslotest
OpenStack Testing Framework and Utilities
%package help %package help
Summary: Development documents and examples for oslotest Summary: Development documents and examples for oslotest
Provides: python3-oslotest-doc Provides: python3-oslotest-doc
%description help %description help
OpenStack Testing Framework and Utilities
%prep %prep
%autosetup -n oslotest-4.4.1 %autosetup -n oslotest-%{version}
%build %build
%py3_build %py3_build
@ -71,5 +72,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 4.4.1-2
- Adds python3-pbr/pip as requires
* 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