Remove python3-nose requires

(cherry picked from commit 28908ab65b0634c95b1b4a37e48b71d8e91a9b69)
This commit is contained in:
huangtianhua 2022-03-04 03:24:41 +00:00 committed by openeuler-sync-bot
parent b968999bc0
commit 36e38e5a91

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-transaction
Version: 3.0.1
Release: 1
Release: 2
Summary: Transaction management for Python
License: ZPL 2.1
URL: https://github.com/zopefoundation/transaction
@ -25,7 +25,6 @@ BuildRequires: python3-sphinx
BuildRequires: python3-repoze-sphinx-autointerface
# Tests running requires
BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-coverage
BuildRequires: python3-mock
# General requires
@ -34,7 +33,6 @@ Requires: python3-sphinx
Requires: python3-repoze-sphinx-autointerface
# Tests running requires
Requires: python3-mock
Requires: python3-nose
Requires: python3-coverage
Requires: python3-mock
%description -n python3-transaction
@ -91,5 +89,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generate