From 4644063b2e1a2b0a6bb5f74b8b554180b6f2dab5fcc3063cd114e30b249fec98 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Jan 2019 14:11:51 +0000 Subject: [PATCH] Fix syntax error? OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=55 --- python-pyparsing.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyparsing.spec b/python-pyparsing.spec index b19524f..b5ccf78 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -71,6 +71,7 @@ code uses to construct the grammar directly in Python code. %prep %setup -q -n %{modname}-%{version} %autopatch -p1 + sed -i -e 's/\r$//' README.md CHANGES %build