diff --git a/pytest.spec b/pytest.spec index fc2b13c..674bde1 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 1 +Release: 2 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -11,6 +11,7 @@ Source0: https://files.pythonhosted.org/packages/d1/80/b4f47a1f933699cd53 %bcond_without docs BuildRequires: python3-devel +BuildRequires: python3-toml BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-attrs @@ -121,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Wed Aug 18 2021 huangtianhua - 6.2.2-2 +- Add python3-toml as BuildRequires to fix python dist version error + * Mon Jul 19 2021 OpenStack_SIG - 6.2.2-1 - update to 6.2.2