From 6b4f38d0ff5f63abb548f6bb8933a8f5e3bbf4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 18:54:29 +0200 Subject: [PATCH] Remove a workaround for upstream merged PR No need for rebuild, the sed did nothing since 3.9.0b1 --- python3.9.spec | 4 ---- 1 file changed, 4 deletions(-) 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)