mirror of
https://github.com/Telecominfraproject/oopt-sonic-build.git
synced 2025-11-01 18:48:01 +00:00
[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:
@@ -312,7 +312,7 @@ RUN export VERSION=1.11.5 \
|
|||||||
|
|
||||||
# For p4 build
|
# For p4 build
|
||||||
RUN pip install \
|
RUN pip install \
|
||||||
ctypesgen \
|
ctypesgen==0.r125 \
|
||||||
crc16
|
crc16
|
||||||
|
|
||||||
# For sonic config engine testing
|
# For sonic config engine testing
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ RUN python2 -m pip install -U pip==9.0.3
|
|||||||
|
|
||||||
# For p4 build
|
# For p4 build
|
||||||
RUN pip install \
|
RUN pip install \
|
||||||
ctypesgen \
|
ctypesgen==0.r125 \
|
||||||
crc16
|
crc16
|
||||||
|
|
||||||
# For sonic config engine testing
|
# For sonic config engine testing
|
||||||
|
|||||||
Reference in New Issue
Block a user