!4 [sync] PR-3: 【轻量级 PR】:Remove nose requirement
From: @openeuler-sync-bot Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
18e33e2573
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sphinx-testing
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: testing utility classes and functions for Sphinx extensions
|
||||
License: BSD
|
||||
URL: https://github.com/sphinx-doc/sphinx-testing
|
||||
@ -19,7 +19,6 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-nose
|
||||
# General requires
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-six
|
||||
@ -70,9 +69,6 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
nosetests-3
|
||||
|
||||
%files -n python3-sphinx-testing -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
@ -81,5 +77,8 @@ nosetests-3
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Package Spec generate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user