Blob Blame History Raw
From dbb184ec6b63bfe751329c34415dd3c4ae32fd55 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Tue, 20 Jan 2015 12:44:41 -0500
Subject: [PATCH] FEDORA: Relax python-six requirement

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0427aef662b23cc703e5a9ba16e898cb6b93d5bc..f09254bfbbe161d6af2a84bf58524b7d744b4d4a 100755
--- a/setup.py
+++ b/setup.py
@@ -44,11 +44,11 @@ if is_release():
                    (PACKAGE_NAME, VERSION[0], VERSION[1])
 else:
     download_url = "http://downloads.reviewboard.org/nightlies/"
 
 
-install_requires = ['six>=1.8.0']
+install_requires = ['six']
 
 
 # Make sure this is a version of Python we are compatible with. This should
 # prevent people on older versions from unintentionally trying to install
 # the source tarball, and failing.
-- 
2.5.0