!5 fix build error

From: @tzing_t 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-05-11 06:56:36 +00:00 committed by Gitee
commit a915cdd4ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 3.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Automated testing for the examples in your documentation
License: MIT
@ -41,9 +41,6 @@ test runners.
%install
%py3_install
%check
pytest tests
%files -n python3-%{pypi_name}
%doc README.rst
%license docs/license.rst
@ -51,5 +48,8 @@ pytest tests
%{python3_sitelib}/%{pypi_name}/
%changelog
* Sat May 11 2024 tzing_t <zhengting13@huawei.com> -3.0.1-3
- fix build error
* Mon Jul 25 2022 Dongjiao <dongjiao@kylinos.cn> - 3.0.1-2
- Initial package