# HG changeset patch # User Bernhard Herzog # Date 1424887045 -3600 # Node ID b7e4f50c75ba99f6751e6b3fd04ab0318d9affa0 # Parent a1dfce599136c6cc8f834408829916294870e16d Add six != 1.9 to the requirements. According to Björn, the version of six in Debigan wheezy is too old and odfcast needs at least version 1.9. For some reason it was missing from requirements.txt, so we add it now. diff -r a1dfce599136 -r b7e4f50c75ba requirements.txt --- a/requirements.txt Tue Feb 17 15:19:37 2015 +0100 +++ b/requirements.txt Wed Feb 25 18:57:25 2015 +0100 @@ -4,3 +4,4 @@ py3o.renderers.pyuno>=0.3 setuptools pypdf2 +six>=1.9