File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 PYTHONIOENCODING=UTF-8
201
201
RUN python3 -m pip install --upgrade --ignore-installed pip
202
202
{% endif %}
203
203
204
- # For py3 image 4 offending packages below do not use the updated
204
+ # For py3 image the following offending packages below do not use the updated
205
205
# setuptools on Python 3.9. The packages downgrade setuptools
206
206
# to 40.x causing further installations to fail
207
207
{% if PTF_ENV_PY_VER == "py3" %}
@@ -212,7 +212,11 @@ RUN pip3 install setuptools \
212
212
&& pip3 install supervisor \
213
213
&& pip3 install ipython==5.4.1 \
214
214
&& pip3 install exabgp \
215
- && pip3 install grpcio-tools
215
+ && pip3 install grpcio-tools \
216
+ && pip3 install pybrctl \
217
+ && pip3 install pyrasite \
218
+ && pip3 install scapy==2.5.0 \
219
+ && pip3 install thrift
216
220
{% endif %}
217
221
218
222
# Install all python modules from pypi. python3-scapy is exception,
You can’t perform that action at this time.
0 commit comments