!4 [sync] PR-3: 【轻量级 PR】:Remove nose requirement

From: @openeuler-sync-bot 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-07-12 06:17:34 +00:00 committed by Gitee
commit 18e33e2573
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-sphinx-testing Name: python-sphinx-testing
Version: 1.0.1 Version: 1.0.1
Release: 1 Release: 2
Summary: testing utility classes and functions for Sphinx extensions Summary: testing utility classes and functions for Sphinx extensions
License: BSD License: BSD
URL: https://github.com/sphinx-doc/sphinx-testing URL: https://github.com/sphinx-doc/sphinx-testing
@ -19,7 +19,6 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-nose
# General requires # General requires
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: python3-six BuildRequires: python3-six
@ -70,9 +69,6 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
nosetests-3
%files -n python3-sphinx-testing -f filelist.lst %files -n python3-sphinx-testing -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -81,5 +77,8 @@ nosetests-3
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Mar 07 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 1.0.1-2
- Remove nose requirement
* Fri Jul 30 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.1-1 * Fri Jul 30 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.1-1
- Package Spec generate - Package Spec generate