From d97b280fb85b955bfe8c73c78cc8bb42a96d51a8 Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Wed, 10 Feb 2016 12:44:16 +0200 Subject: [PATCH] Change global requirements forcing cliff!=1.16.0 Cliff 1.16.0 won't work on Windows since it tries to use fcntl.ioctl that is not available on Windows (Bug report on cliff: #1543958) Change-Id: Ib0ac9a474ff21881dcca2e9112eec956e1b6ae4c --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index a4aa1fc56c..5dbb490392 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -17,7 +17,7 @@ castellan>=0.3.1 # Apache-2.0 ceilometermiddleware>=0.1.0 # Apache-2.0 cachetools>=1.0.0 # MIT License cffi # MIT -cliff>=1.15.0 # Apache-2.0 +cliff!=1.16.0,>=1.15.0 # Apache-2.0 cmd2>=0.6.7 # MIT PuLP>=1.0.4 # MIT contextlib2>=0.4.0 # PSF License