build: Upgrade to ora2==6.17.2 which removes loremipsum base dep
#37991
+4
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We hope this will fix an error caused by the fact that loremipsum is using
pkg_resources, which setuptools dropped support for as of v82 (released yesterday).Supporting information
Issue report from community member: https://discuss.openedx.org/t/course-catalog-is-empty/18379/7?u=kmccormick
Related links:
Testing instructions
I am currently running a
tutor images build openedx openedx-devto see if this PR fixes the build issue.Even if it doesn't, we'll want to merge this PR, and then keep digging in order to find other packages relying on
pkg_resources.No need to manually test application code, in my opinion.
Deadline
ASAP, as this blocks basically all Open edX developers and site operators from building the platform image from scratch.
Other information
We should backport this to Ulmo, and possibly to older releases as well.
We did not fix the usage of
loremipsumin edx-ora2 test code. That'll need to be done as followup later, but it's not critical to unblocking general open edx backend development.loremipsumbroken as of setuptools v82 edx-ora2#2361