Remove accidentally added patch

This commit is contained in:
Robert Kuska 2016-03-17 10:20:48 +01:00
parent e7488abc3b
commit 28c36c694a
1 changed files with 0 additions and 3 deletions

View File

@ -459,8 +459,6 @@ Patch207: 00207-math-once.patch
# rhbz#1292467
Patch208: 00208-disable-test_with_pip-on-ppc.patch
Patch209:0001-Expected-failure-hook.patch
# add correct arch for ppc64/ppc64le
# it should be ppc64le-linux-gnu/ppc64-linux-gnu instead powerpc64le-linux-gnu/powerpc64-linux-gnu
Patch5001: python3-powerppc-arch.patch
@ -699,7 +697,6 @@ sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/en
%patch206 -p1
%patch207 -p1
%patch208 -p1
%patch209 -p1
# Currently (2010-01-15), http://docs.python.org/library is for 2.6, and there
# are many differences between 2.6 and the Python 3 library.