[tor-commits] [arm/master] Removing dependency on python 2.6 for installation and building.

sebastian at torproject.org sebastian at torproject.org
Sun Apr 24 05:55:00 UTC 2011


commit 66b3c94952d819341fc374326ff3cc7178cbb447
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Dec 7 17:46:03 2010 +0000

    Removing dependency on python 2.6 for installation and building.
    This was using the gzip name attribute unnecessarily which isn't available in older python versions (caught by weasel).
    
    
    
    svn:r23900
---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index d11080f..edae307 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if "install" in sys.argv:
     
     # places in tmp rather than a relative path to avoid having this copy appear
     # in the deb and rpm builds
-    manFilename = manOutputFile.name
+    manFilename = tmpFilename
   except IOError, exc:
     print "Unable to compress man page: %s" % exc
 





More information about the tor-commits mailing list