Don't hardcode strict Fabric version

We need this patch as intermediate step in order to:

* do not break building fuel master iso
* to get new fabric in our mirrors

Related change to fuel-main: I6755b6280f60b86affc8b051ab68bb52204f8810
Related-Bug: #1358265

Change-Id: Icab1b20fbabc49885a49fc9cdf17d6883fcdde28
This commit is contained in:
Igor Kalnitsky 2014-12-29 16:46:52 +02:00 committed by Igor Kalnitsky
parent 1c3e3c5380
commit 3c08c212b0
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Fabric==1.7.0
Fabric

View File

@ -1 +1 @@
Fabric==1.7.0
Fabric>=1.7.0

View File

@ -19,7 +19,7 @@ import os.path
import setuptools
requires = [
'Fabric==1.7.0'
'Fabric>=1.7.0'
]
name = 'shotgun'