From 69efdb5b2afc56d6935e09ac30fe59f514bd69d0 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 10 Apr 2009 10:43:45 -0700 Subject: [PATCH] setup: update comments about what versions we require of our dependencies --- _auto_deps.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_auto_deps.py b/_auto_deps.py index d1f84be0..5f08a82c 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -1,5 +1,6 @@ install_requires=[ - # we require 0.6c8 to build, but can handle older versions to run + # we require newer versions of setuptools (actually + # zetuptoolz) to build, but can handle older versions to run "setuptools >= 0.6c6", # pycryptopp < 0.5 had a bug which, using a Microsoft @@ -9,9 +10,7 @@ install_requires=[ "pycryptopp >= 0.5", "zfec >= 1.1.0", - # We had a unicode problem with simplejson 1.8.1 on dapper -- see ticket #543, - # but we want to install using Gutsy or Hardy simplejson .deb's if possible -- - # see ticket #555. Feisty has simplejson 1.4 + # Feisty has simplejson 1.4 "simplejson >= 1.4", "zope.interface", -- 2.45.2