From 2fd097b0fd8c066cdeef13e68463ba89191c229c Mon Sep 17 00:00:00 2001 From: Taoyu Li Date: Fri, 25 Aug 2017 19:43:27 +0000 Subject: [PATCH] [sonic-slave] Force pyangbind version to 0.5.10 --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 826a7129a7e0..f194bf604caa 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -221,7 +221,7 @@ RUN pip install \ RUN pip install j2cli # For sonic config engine testing -RUN pip install pyangbind +RUN pip install pyangbind==0.5.10 # For supervisor build RUN pip install meld3 mock