* Revert "Merge pull request #29909 from openedx/revert-29869-Carlos-Muniz/symmath-removal" This reverts commit8c0db8ddff, reversing changes made to1156c62014. * fix: Remove misplaced `-e` `-e` was wrongfully placed in front of `common/lib/sandbox-packages`, which may have most likely been causing the edxAPP to break. * fix: Change regex to apply to right dirs `py38.txt` does not include `common/lib/xmodule` so it doesn't match the regex. Therefore, it never got its lines in `common/lib/sandbox-packages` fixed. If we change the regex to match any `common/lib/<packagename>` it should work correctly.
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
# Python libraries to install that are local to the edx-platform repo
|
|
-e .
|
|
-e common/lib/capa
|
|
-e common/lib/safe_lxml
|
|
-e common/lib/sandbox-packages
|
|
-e common/lib/xmodule
|
|
|
|
-e openedx/core/lib/xblock_builtin/xblock_discussion
|