Update Fabric version in Shotgun requirements

In order to get rid of monkey patching we need to use latest Fabric
version with Shotgun.

Change-Id: I70b81bfbc038dbc12dcabfab0206606df8be4b22
Closes-Bug: #1358265
This commit is contained in:
Igor Kalnitsky 2014-11-05 19:21:03 +02:00
parent 7c19916ab3
commit ce48ad5f44
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ BuildRequires: python-setuptools
BuildArch: noarch
Requires: postgresql
Requires: python-fabric >= 1.7.0
Requires: python-fabric >= 1.10.0
Requires: python-argparse
Requires: tar
Requires: gzip

View File

@ -1,5 +1,5 @@
Babel==1.3
Fabric==1.7.0
Fabric>=1.10.0
Jinja2==2.7
Mako==0.9.1
MarkupSafe==0.18