Upgrade scapy in the PTF's python3 virtualenv to 2.5.0 (#15573) (#15875)

This commit is contained in:
mssonicbld 2023-07-19 20:05:40 +08:00 committed by GitHub
parent 83aa8b8180
commit 7bd67d4f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ RUN python3 -m pip install setuptools \
&& pip3 install itsdangerous \
&& pip3 install retrying \
&& pip3 install jinja2 \
&& pip3 install scapy==2.4.5 \
&& pip3 install scapy==2.5.0 \
&& pip3 install thrift
{% if docker_ptf_whls.strip() -%}