summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@hpe.com>2016-03-30 15:00:26 +0100
committerKiall Mac Innes <kiall@hpe.com>2016-03-30 15:26:00 +0100
commitc339796bc968014bf2266a3f5a425f8c2627056f (patch)
tree33a3b3b59b569bb4d085b16f8fdcc23e4f345ef7
parent30578612be947817c3dc0e3dbf50c9c6f80d1c73 (diff)
downloadpython-designateclient-c339796bc968014bf2266a3f5a425f8c2627056f.tar.gz
Update cliff dependency
From global requirements commit e7dd2aab268cda23b03af9c39fded29f199c4039: 1.16.0 uses fcntl which is not available on windows (See Bug #1543958). 1.17.0 does not work when an empty list is provided (See Bug #1539770). There are no further releases in the 1.x series after 1.17.0 and the both issues were addressed as of 2.0.0 so we should be fine with the exclusion. Change-Id: I0b8d7863b75127bf6df0c9287065b3700d04ad30
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 21e2b4d..7e1be3b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-cliff>=1.14.0 # Apache-2.0
+cliff!=1.16.0,!=1.17.0,>=1.14.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0
oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
pbr>=1.6