From 6d34747a75b7212b5433a433407b756b5e8a252f 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-stretch/Dockerfile | 2 +- sonic-slave/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonic-slave-stretch/Dockerfile b/sonic-slave-stretch/Dockerfile index eeac24ae8475..1c50a13f4015 100644 --- a/sonic-slave-stretch/Dockerfile +++ b/sonic-slave-stretch/Dockerfile @@ -216,7 +216,7 @@ RUN export VERSION=1.8.3 \ # For p4 build RUN pip install \ - ctypesgen \ + ctypesgen==0.r125 \ crc16 # For templating diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index e1c9e57c46d6..abe43d9fe604 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