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
  • Loading branch information
pavel-shirshov authored and zhenggen-xu committed Oct 16, 2019
1 parent 28adb28 commit 6d34747
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 @@ -216,7 +216,7 @@ RUN export VERSION=1.8.3 \

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

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

0 comments on commit 6d34747

Please sign in to comment.