File tree Expand file tree Collapse file tree
docker-config-engine-bullseye
docker-config-engine-buster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -549,9 +549,6 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docke
549549# Install scapy
550550sudo https_proxy= $https_proxy LANG= C chroot $FILESYSTEM_ROOT pip3 install ' scapy==2.4.4'
551551
552- # The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
553- sudo https_proxy= $https_proxy LANG= C chroot $FILESYSTEM_ROOT pip3 install ' PyYAML==5.4.1' --no-build-isolation
554-
555552# # Note: keep pip installed for maintainance purpose
556553
557554# Install GCC, needed for building/installing some Python packages
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ RUN apt-get install -y \
2323RUN pip3 install pyangbind==0.8.1
2424RUN pip3 uninstall -y enum34
2525
26- # Fix armhf build failure
27- # The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
28- RUN pip3 install PyYAML==5.4.1 --no-build-isolation
29-
3026# Install python-redis
3127RUN pip3 install redis==4.5.4
3228
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ RUN apt-get install -y \
2323RUN pip3 install pyangbind==0.8.1
2424RUN pip3 uninstall -y enum34
2525
26- # Fix armhf build failure
27- # The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
28- RUN pip3 install PyYAML==5.4.1 --no-build-isolation
29-
3026# Install python-redis
3127RUN pip3 install redis==4.5.4
3228
Original file line number Diff line number Diff line change @@ -581,8 +581,7 @@ RUN pip3 uninstall -y enum34
581581RUN pip3 install j2cli==0.3.10
582582
583583# For sonic-mgmt-framework
584- # The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
585- RUN pip3 install "PyYAML==5.4.1" --no-build-isolation
584+
586585{% - if CROSS_BUILD_ENVIRON != "y" %}
587586RUN pip3 install "lxml==4.9.1"
588587{% - endif %}
Original file line number Diff line number Diff line change @@ -549,9 +549,6 @@ RUN pip3 install MarkupSafe==2.0.1
549549RUN pip3 install Jinja2==3.0.3
550550
551551# For sonic-mgmt-framework
552- # The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
553- RUN pip2 install "PyYAML==5.4.1" --no-build-isolation
554- RUN pip3 install "PyYAML==5.4.1" --no-build-isolation
555552
556553{%- if CROSS_BUILD_ENVIRON != "y" %}
557554RUN pip2 install "lxml==4.9.1"
You can’t perform that action at this time.
0 commit comments