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