From a72ff3981367a85a7859da9dd70e12d752609644 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher 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 81198c0bfc7f0d4424002763e6c53f282da0ef2a..e291dba23765f4c0526ac3b104801ce381b27814 100755 --- a/setup.py +++ b/setup.py @@ -45,11 +45,11 @@ if is_release(): else: download_url = "http://downloads.reviewboard.org/nightlies/" install_requires = [ - 'six>=1.8.0', + 'six', 'tqdm', ] # Make sure this is a version of Python we are compatible with. This should -- 2.12.2