Explicitly require the python3.11-rpm-macros

Resolves: rhbz#2157718
This commit is contained in:
Charalampos Stratakis 2023-02-01 05:21:48 +01:00
parent eefa79bafe
commit 69cb6cf4be
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: Python package with an object-oriented approach to text processing
Name: python%{python3_pkgversion}-pyparsing
Version: 3.0.7
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
URL: https://github.com/pyparsing/pyparsing
@ -20,6 +20,7 @@ Source0: https://github.com/%{srcname}/%{srcname}/archive/%{srcname}_%{ve
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-rpm-macros
BuildRequires: python%{python3_pkgversion}-setuptools
%if %{with tests}
@ -60,6 +61,9 @@ definitions for any number of text parsing applications.
%{python3_sitelib}/pyparsing-%{version}.dist-info/
%changelog
* Wed Feb 01 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.0.7-3
- Explicitly require the python3.11-rpm-macros
* Wed Feb 01 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.0.7-2
- Enable tests