Fix gzip payload failure on python 2.6
When we create gzip file from a payload, we use gzip module with option mtime which is not available in python 2.6. To be able to support it correctly, i've backported python 2.6.7 gzip module inside installsystems with a patch allowing optime mtime. This should be removed with python 2.7 or 3.x
Loading
Please register or sign in to comment