From 782bf20354d70e955e1150f8c5f2b86488143cd1 Mon Sep 17 00:00:00 2001 From: nitishkrishna Date: Wed, 4 May 2016 16:06:12 -0700 Subject: [PATCH] Closes-Bug: #1578429 - SM Dependent paramiko package causes dependency failures The paramiko package installed in SM Postinst caused dependency failures It was caused as upstream paramiko package changed to 2.0.0 version Fixed by reverting to previously used 1.17.0 version Change-Id: Id8a15e43e4a772396e7a7d84eb8f94bb6914e329 --- common/debian/contrail-server-manager/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/debian/contrail-server-manager/debian/postinst b/common/debian/contrail-server-manager/debian/postinst index 9ce1be6f9..1f5f4cffc 100644 --- a/common/debian/contrail-server-manager/debian/postinst +++ b/common/debian/contrail-server-manager/debian/postinst @@ -15,7 +15,7 @@ rel=`lsb_release -r` # Stage I - Install required packages easy_install argparse -easy_install paramiko +easy_install paramiko==1.17.0 easy_install pycrypto easy_install ordereddict easy_install pycurl