diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec
index 58b35147e93ab7173b0cd8d1d2aa32e68f14b51e..f058b4ddc9eb2b5b500d30bd3513daa13d38d90f 100644
--- a/python-sphinxcontrib-htmlhelp.spec
+++ b/python-sphinxcontrib-htmlhelp.spec
@@ -1,9 +1,11 @@
+%bcond_with python_bootstrap
+
%global pypi_name sphinxcontrib-htmlhelp
Summary: Sphinx extension for HTML help files
Name: python-%{pypi_name}
Version: 2.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
License: BSD
URL: http://sphinx-doc.org/
Source0: %{pypi_source}
@@ -48,7 +50,10 @@ popd
%find_lang sphinxcontrib.htmlhelp
%check
+# just close test when bootstrap build
+%if %{without python_bootstrap}
%{__python3} -m pytest
+%endif
%files -n python%{python3_pkgversion}-%{pypi_name} -f sphinxcontrib.htmlhelp.lang
%license LICENSE
@@ -58,6 +63,9 @@ popd
%{python3_sitelib}/sphinxcontrib_htmlhelp-%{version}-py%{python3_version}.egg-info/
%changelog
+* Tue Sep 12 2023 Shuo Wang - 2.0.0-5
+- add python_bootstrap for python update
+
* Fri Sep 08 2023 OpenCloudOS Release Engineering - 2.0.0-4
- Rebuilt for OpenCloudOS Stream 23.09