!3 [sync] PR-2: 【轻量级 PR】:Remove python3-nose requires

From: @openeuler-sync-bot 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2022-07-12 01:16:25 +00:00 committed by Gitee
commit ee6e297da6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-transaction Name: python-transaction
Version: 3.0.1 Version: 3.0.1
Release: 1 Release: 2
Summary: Transaction management for Python Summary: Transaction management for Python
License: ZPL 2.1 License: ZPL 2.1
URL: https://github.com/zopefoundation/transaction URL: https://github.com/zopefoundation/transaction
@ -25,7 +25,6 @@ BuildRequires: python3-sphinx
BuildRequires: python3-repoze-sphinx-autointerface BuildRequires: python3-repoze-sphinx-autointerface
# Tests running requires # Tests running requires
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-coverage BuildRequires: python3-coverage
BuildRequires: python3-mock BuildRequires: python3-mock
# General requires # General requires
@ -34,7 +33,6 @@ Requires: python3-sphinx
Requires: python3-repoze-sphinx-autointerface Requires: python3-repoze-sphinx-autointerface
# Tests running requires # Tests running requires
Requires: python3-mock Requires: python3-mock
Requires: python3-nose
Requires: python3-coverage Requires: python3-coverage
Requires: python3-mock Requires: python3-mock
%description -n python3-transaction %description -n python3-transaction
@ -91,5 +89,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Mar 04 2022 huangtianhua <huangtianhua@huawei.com> - 3.0.1-2
- Remove python3-nose requires
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.1-1 * Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.1-1
- Package Spec generate - Package Spec generate