From ea77d27cc58b7dc5033b266241d5dcdd8f94dad1 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 9 Jan 2009 13:09:49 -0700 Subject: [PATCH] setup: merge relaxation of the version of setuptools that we require at runtime with an indentation change --- _auto_deps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_auto_deps.py b/_auto_deps.py index 25b3add8..8d45bf86 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -1,6 +1,6 @@ install_requires=[ - # we require 0.6c8 to build, but can handle older versions to run - "setuptools >= 0.6c7", + # we require 0.6c8 to build, but can handle older versions to run + "setuptools >= 0.6c6", # pycryptopp < 0.5 had a bug which, using a Microsoft # compiler, or using some versions of g++ while linking -- 2.45.2