Relax pyparsing requirement everywhere
This allows installs to succeed with pyparsing-3.x.
This commit is contained in:
parent
c7ec781043
commit
c731fed5ef
@ -6,7 +6,7 @@ License: ASL 2.0
|
|||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.29
|
Version: 1.1.29
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: https://github.com/open-iscsi/configshell-fb
|
URL: https://github.com/open-iscsi/configshell-fb
|
||||||
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -29,6 +29,8 @@ Requires: python3-pyparsing python3-urwid
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{version}
|
%setup -q -n %{oname}-%{version}
|
||||||
|
|
||||||
|
sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
@ -40,7 +42,7 @@ Requires: python3-pyparsing python3-urwid
|
|||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
- Rebuilt for pyparsing-3.0.9
|
||||||
|
|
||||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:1.1.29-5
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:1.1.29-5
|
||||||
|
Loading…
Reference in New Issue
Block a user