82b35d9
From dbb184ec6b63bfe751329c34415dd3c4ae32fd55 Mon Sep 17 00:00:00 2001
fad82e7
From: Stephen Gallagher <sgallagh@redhat.com>
fad82e7
Date: Tue, 20 Jan 2015 12:44:41 -0500
fad82e7
Subject: [PATCH] FEDORA: Relax python-six requirement
fad82e7
fad82e7
---
fad82e7
 setup.py | 2 +-
fad82e7
 1 file changed, 1 insertion(+), 1 deletion(-)
fad82e7
fad82e7
diff --git a/setup.py b/setup.py
82b35d9
index 0427aef662b23cc703e5a9ba16e898cb6b93d5bc..f09254bfbbe161d6af2a84bf58524b7d744b4d4a 100755
fad82e7
--- a/setup.py
fad82e7
+++ b/setup.py
fad82e7
@@ -44,11 +44,11 @@ if is_release():
fad82e7
                    (PACKAGE_NAME, VERSION[0], VERSION[1])
fad82e7
 else:
fad82e7
     download_url = "http://downloads.reviewboard.org/nightlies/"
fad82e7
 
fad82e7
 
fad82e7
-install_requires = ['six>=1.8.0']
fad82e7
+install_requires = ['six']
fad82e7
 
fad82e7
 
fad82e7
 # Make sure this is a version of Python we are compatible with. This should
fad82e7
 # prevent people on older versions from unintentionally trying to install
fad82e7
 # the source tarball, and failing.
fad82e7
-- 
82b35d9
2.5.0
fad82e7