From 790f2bf704a936c29241a605639343fc91cd0099 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 28 May 2019 09:51:34 -0500 Subject: [PATCH] Block pypowervm 1.1.21 It includes a cap on taskflow, blocking updates. https://github.com/powervm/pypowervm/issues/12 Change-Id: I88a21382a147ef79fd773574ec98fd59ba7d198a --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index ef8c76c76..93b61ef1e 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -107,7 +107,7 @@ kubernetes # Apache-2.0 kuryr-lib # Apache-2.0 packaging # Apache-2.0 pylev # BSD -pypowervm # Apache-2.0 +pypowervm!=1.1.21 # Apache-2.0 pyScss!=1.3.5 # MIT License django-pyscss # BSD License (2 clause) kombu!=4.0.2 # BSD