Skip to content

Commit

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

* Fix the build. Updated version of ctypesgen.py has a different name
  • Loading branch information
pavel-shirshov authored and lguohan committed Sep 11, 2019
1 parent 2095d6e commit db90d4c
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.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db90d4c

Please sign in to comment.