From a5ee903ef5f35d24c2a3ee3bf5ffab5424f7eb24 Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Fri, 31 May 2013 11:24:49 -0400 Subject: [PATCH] Pin capa to require distribute greater than 28 because an old branch had it at 30 --- common/lib/capa/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/setup.py b/common/lib/capa/setup.py index 2e73701060..dcb631e376 100644 --- a/common/lib/capa/setup.py +++ b/common/lib/capa/setup.py @@ -4,5 +4,5 @@ setup( name="capa", version="0.1", packages=find_packages(exclude=["tests"]), - install_requires=["distribute==0.6.28"], + install_requires=["distribute>=0.6.28"], )