changeset 4948:98a02b20c751

setup: constrain dulwich to version 0.9.9 65c5e70a1d0c bumped the version to 0.10 but there seems to be some unicode compatibility issues there. So for now, just stay on 0.9.9 which both works and has the fix for CVE-2015-0838.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 31 Mar 2015 01:16:53 +0200
parents 437ecfbba58d
children afc5b51bba18
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Feb 18 22:21:27 2015 -0800
+++ b/setup.py	Tue Mar 31 01:16:53 2015 +0200
@@ -56,7 +56,7 @@
     "pycrypto>=2.6.0,<=2.6.1",
     "URLObject==2.3.4",
     "Routes==1.13",
-    "dulwich>=0.9.9,<=0.10.1",
+    "dulwich>=0.9.9,<=0.9.9",
 ]
 
 if sys.version_info < (2, 7):