!10 [sync] PR-6: Remove nosecover buildrequire for OpenStack Train branch

From: @openeuler-sync-bot 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-03-01 01:37:11 +00:00 committed by Gitee
commit f5895f02f5
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-smmap Name: python-smmap
Version: 3.0.5 Version: 3.0.5
Release: 1 Release: 2
Summary: A pure Python implementation of a sliding window memory map manager Summary: A pure Python implementation of a sliding window memory map manager
License: BSD License: BSD
URL: https://github.com/gitpython-developers/smmap URL: https://github.com/gitpython-developers/smmap
@ -20,7 +20,6 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-nosexcover
%description -n python3-smmap %description -n python3-smmap
A pure Python implementation of a sliding window memory map manager A pure Python implementation of a sliding window memory map manager
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Feb 11 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 3.0.5-2
- Remove nosecover BuildRequire since the required nose library has been removed from openEuler already.
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.5-1 * Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.5-1
- Upgrade version to 3.0.5 - Upgrade version to 3.0.5