Closed Cynerva closed 2 years ago
Per https://github.com/canonical/charmcraft/issues/551 and https://discourse.charmhub.io/t/install-or-update-python-packages-before-packing-a-charm/5158, we need charmcraft to update setuptools before installing the rest of the requirements in order to prevent a failure during the install of jinja2.
Marked as draft while I look into why it's still failing.
I played whack-a-mole with charmcraft and found a few other packages that are needed as well. Tests look to be passing now. Ready for review.
Per https://github.com/canonical/charmcraft/issues/551 and https://discourse.charmhub.io/t/install-or-update-python-packages-before-packing-a-charm/5158, we need charmcraft to update setuptools before installing the rest of the requirements in order to prevent a failure during the install of jinja2.