Apply the patch 279 correctly.

This commit is contained in:
Charalampos Stratakis 2017-10-09 13:21:53 +02:00
parent 1001aba943
commit 6e6da4af17
1 changed files with 1 additions and 0 deletions

View File

@ -707,6 +707,7 @@ sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/en
%endif
%patch277 -p1
%patch279 -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.