From 0c39ab90fa3ce28e9e3ea321f6f2a80fff851cde Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 10 Apr 2008 16:31:59 -0700 Subject: [PATCH] back our runtime setuptools dependency down to 0.6a9 . We need a newer version to build, but can handle an older version to simply run a pre-built package --- _auto_deps.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_auto_deps.py b/_auto_deps.py index 01220546..c92f5cc1 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -5,7 +5,9 @@ install_requires=["zfec >= 1.1.0", "nevow >= 0.6.0", "zope.interface", "twisted >= 2.4.0", - "setuptools >= 0.6c8", + # we require 0.6c8 to build, but can handle older versions + # to run + "setuptools >= 0.6a9", ] import sys if hasattr(sys, 'frozen'): -- 2.45.2