Relax pyparsing requirement everywhere

This allows installs to succeed with pyparsing-3.x.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-07-19 20:43:00 +02:00
parent c7ec781043
commit c731fed5ef

View File

@ -6,7 +6,7 @@ License: ASL 2.0
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.29
Release: 6%{?dist}
Release: 7%{?dist}
URL: https://github.com/open-iscsi/configshell-fb
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildArch: noarch
@ -29,6 +29,8 @@ Requires: python3-pyparsing python3-urwid
%prep
%setup -q -n %{oname}-%{version}
sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py
%build
%py3_build
@ -40,7 +42,7 @@ Requires: python3-pyparsing python3-urwid
%doc COPYING README.md
%changelog
* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:1.1.29-6
* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:1.1.29-7
- Rebuilt for pyparsing-3.0.9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:1.1.29-5