From b6ae12bcc8504df23934446940f2790f9af1329b Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Tue, 8 Oct 2019 12:41:37 -0700 Subject: [PATCH] [201803] Install specific version of ctypesgen to fix build (#3576) Port of #3434 to the 201803 branch. --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 46d04c3bdc..b3d7b4f030 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -240,7 +240,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