Add 'six' library to 'requirements.txt'

* Add 'six' library to 'requirements.txt' and 'shotgun.spec' for Python 2.x/3.x
  compatibility.
* The version binding is taken from https://github.com/openstack/requirements

Change-Id: Ic2f160383f6e4ec186ca251ca65e017909b713b0
Closes-bug: #1519688
This commit is contained in:
Ivan Kliuk 2015-11-24 10:16:47 +02:00
parent a3d413d1ca
commit 34a081508b
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
Fabric>=1.7.0
six>=1.9.0

View File

@ -16,6 +16,7 @@ BuildArch: noarch
Requires: postgresql
Requires: python-fabric >= 1.10.0
Requires: python-argparse
Requires: python-six >= 1.9.0
Requires: tar
Requires: gzip
Requires: bzip2