From 4bf5a616054aacfe0a584f4e06dbff51eea1b95f Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Tue, 8 Oct 2019 01:14:52 +0000 Subject: [PATCH] [201803] Install specific version of ctypesgen to fix build --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 46d04c3bdce4..b3d7b4f0301a 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