Remove a workaround for upstream merged PR

No need for rebuild, the sed did nothing since 3.9.0b1
This commit is contained in:
Miro Hrončok 2020-05-26 18:54:29 +02:00 committed by churchyard
parent 78de36930d
commit 6b4f38d0ff
1 changed files with 0 additions and 4 deletions

View File

@ -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)