From 0a9d60ebb266c0d2d06c50d30930b65da7cdeab1 Mon Sep 17 00:00:00 2001 From: Taoyu Li Date: Sat, 26 Aug 2017 14:29:44 -0700 Subject: [PATCH] [sonic-slave] Force pyangbind version to 0.5.10 (#918) --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 826a7129a7..f194bf604c 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