[sonic-slave]: Updated version of ctypesgen.py has a different name (#3434)

* Fix the build. Updated version of ctypesgen.py has a different name
This commit is contained in:
pavel-shirshov 2019-09-10 22:00:15 -07:00 committed by lguohan
parent 2095d6ec03
commit db90d4cafa
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ RUN export VERSION=1.11.5 \
# For p4 build
RUN pip install \
ctypesgen \
ctypesgen==0.r125 \
crc16
# For sonic config engine testing

View File

@ -295,7 +295,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