Skip to content
Commit 4a7d6b96 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

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
parent 8d4aa3d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment