From fab123f68fe55f4a228f029d83a5a08fe3e3c3a4 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 10:49:24 +0000 Subject: [PATCH] Fix install error --- pytest.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pytest.spec b/pytest.spec index 95b6914..dcf3a02 100644 --- a/pytest.spec +++ b/pytest.spec @@ -6,14 +6,15 @@ Name: pytest Version: 5.1.2 -Release: 2 +Release: 3 Summary: A mature full-featured Python testing tool License: MIT URL: http://pytest.org Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch %if 0%{?with_help} -BuildRequires: %{_bindir}/sphinx-build-3 %{_bindir}/rst2html +BuildRequires: %{_bindir}/rst2html +BuildRequires: python3-sphinx == 2.2.0 %endif %global _description \ @@ -104,6 +105,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitelib} \ %endif %changelog +* Wed Mar 01 2023 OpenStack_SIG - 5.1.2-3 +- Fix install error + * Sat Feb 26 2022 huangtianhua - 5.1.2-2 - Provides pytest and py.test commands -- Gitee