appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
15 stars 13 forks source link

Upgrade mysqlclient to fix for 20.04 #352

Closed thraxil closed 3 years ago

thraxil commented 3 years ago

cherry picked from upstream to fix a CI failure. Something changed on 20.04 so the version of mysqlclient previously specified was no longer installable. 629a0ff fixed it upstream, so I cherry-picked that in. There were a few other library upgrades pulled in as well that caused other problems (since we haven't got all the updates from upstream). I've made some small fixes for those.