Skip to content

Commit

Permalink
[sonic-slave]: Updated version of ctypesgen.py has a different name (s…
Browse files Browse the repository at this point in the history
…onic-net#3434)

* Fix the build. Updated version of ctypesgen.py has a different name

sonic-net#3434
  • Loading branch information
pavel-shirshov authored and Wataru Ishida committed Nov 29, 2019
1 parent 532a307 commit 46d7aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ RUN export VERSION=1.11.5 \

# For p4 build
RUN pip install \
ctypesgen \
ctypesgen==0.r125 \
crc16

# For sonic config engine testing
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,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
Expand Down

0 comments on commit 46d7aaf

Please sign in to comment.