From 806717e5185f36b89cf78a9e4eef1930cbf51e77 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Fri, 24 Mar 2017 11:00:04 +0200 Subject: [PATCH] Pin version of proliantutils Proliantutils 2.2.1 and newer require pbr>2, while ironic/stable/ocata requires pbr<2, which makes those incompatible. Pin proliantutils version to latest that was not requirng pbr>2. Change-Id: I4aa964be37a60145bfcbe080fb778aed99df89c0 --- driver-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-requirements.txt b/driver-requirements.txt index af57659d02..dc0f28ba5e 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -4,7 +4,7 @@ # python projects they should package as optional dependencies for Ironic. # These are available on pypi -proliantutils>=2.2.0 +proliantutils==2.2.0 pyghmi>=0.8.0 pysnmp python-ironic-inspector-client>=1.5.0