From d7ca700e39748d9c5cca53e9007e754928261008 Mon Sep 17 00:00:00 2001 From: pavel-shirshov Date: Tue, 10 Sep 2019 22:00:15 -0700 Subject: [PATCH] [sonic-slave]: Updated version of ctypesgen.py has a different name (#3434) * Fix the build. Updated version of ctypesgen.py has a different name --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 368f1bdfe3b1..46983362ce49 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -255,7 +255,7 @@ RUN python2 -m pip install -U pip==9.0.3 # For p4 build RUN pip install \ - ctypesgen \ + ctypesgen==0.r125 \ crc16 # For sonic config engine testing