From 141ff17b9109ec886bc80360e5b8c91a636838ef Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 17 Mar 2016 22:12:04 -0700 Subject: [PATCH] auto_deps: bump to setuptools>=20.3 20.3 is the current version as of today. I'm not really sure what version we need, but this is better than the previous zetuptoolz "0.6c6" requirement. Closes ticket:2744. --- src/allmydata/_auto_deps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 075e6611e..ce71bdeea 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -16,9 +16,7 @@ # >=, <= and != operators.) install_requires = [ - # We require newer versions of setuptools to build, but can handle - # older versions to run. - "setuptools >= 0.6c6", + "setuptools >= 20.3", # current version at this moment "zfec >= 1.1.0",