fix build error

This commit is contained in:
tzing_t 2024-05-11 06:37:59 +00:00
parent 6bce0d44d6
commit 34b91f3f91

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