Skip to content

Commit

Permalink
fix: More xml nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Nov 21, 2024
1 parent 537bef0 commit 43590c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/openedx-edxapp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ install-deps:
RUN pip uninstall --yes "edx-name-affirmation"
# This is a hack to address issues with lxml and xmlsec compatibilities with libxml2 (2024-11-21 TMM)
RUN pip uninstall --yes lxml
RUN pip uninstall --yes xmlsec
END
RUN pip install --no-warn-script-location --user --no-cache-dir -r /root/pip_package_overrides/$RELEASE_NAME/$DEPLOYMENT_NAME.txt
WORKDIR /openedx/edx-platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack
# Fix issues with lxml and xmlsec mismatches
lxml==5.3.0 --no-binary lxml
xmlsec==1.3.14 --no-binary xmlsec

0 comments on commit 43590c4

Please sign in to comment.