From 6b4f38d0ff5f63abb548f6bb8933a8f5e3bbf4af Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: May 26 2020 17:14:16 +0000 Subject: Remove a workaround for upstream merged PR No need for rebuild, the sed did nothing since 3.9.0b1 --- diff --git a/python3.9.spec b/python3.9.spec index 99e73e2..a1870e6 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -638,10 +638,6 @@ rm Lib/ensurepip/_bundled/*.whl %patch274 -p1 %patch328 -p1 -# https://bugs.python.org/issue40431 -# https://github.com/python/cpython/pull/19777 -sed -i 's/ else"/ else "/' Lib/turtledemo/__main__.py - # Remove files that should be generated by the build # (This is after patching, so that we can use patches directly from upstream)