File project.diff of Package python-Arpeggio
--- python-Arpeggio.spec.orig
+++ python-Arpeggio.spec
@@ -24,6 +24,7 @@ Summary: Packrat parser interpret
License: MIT
URL: https://github.com/textX/Arpeggio/
Source: https://github.com/textX/Arpeggio/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch: 968f8638c25c0cd18b2dbe6f15ce6f62c363935e.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -42,6 +43,7 @@ Arpeggio) see textX
%prep
%setup -q -n Arpeggio-%{version}
+%autopatch -p1
# remove shebang
sed -i '1d' arpeggio/tests/regressions/issue_16/test_issue_16.py
# https://github.com/textX/Arpeggio/issues/94