Revert "[Ragile]Import defusedxml packet (#14815)" (#14830)

This reverts commit c422cab5eb.
This commit is contained in:
Ying Xie 2023-04-24 14:10:38 -07:00 committed by GitHub
parent 90f45d9774
commit 6fc357604e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,9 +538,6 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docke
# Install scapy
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
# Install defusedxml
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install defusedxml
## Note: keep pip installed for maintainance purpose
# Install GCC, needed for building/installing some Python packages