Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin immutables to <0.16 on bionic to fix install #116

Closed
wants to merge 1 commit into from

Conversation

samuelallan72
Copy link
Contributor

immutables >= 0.16 requires setuptools >= 42,
but setuptools is pinned to <42 for python 3.8 (for bionic base).

This should ultimately be fixed in layer-basic,
but we can temporarily pin it here to become unblocked.

ref.

Fixes: #113

immutables >= 0.16 requires setuptools >= 42,
but setuptools is pinned to <42 for python 3.8 (for bionic base).

This should ultimately be fixed in layer-basic,
but we can temporarily pin it here to become unblocked.

ref.
- canonical/layer-basic#223
- canonical/layer-basic#228

Fixes: #113
Copy link
Contributor

@Pjack Pjack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any requirement to support bionic? bionic is deprecated and not support in most of charm.

@samuelallan72
Copy link
Contributor Author

This was merged in layer-basic ( canonical/layer-basic#228 ), so we no longer need it here. :)

@samuelallan72 samuelallan72 deleted the pin-immutables branch July 25, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Charm install broken on bionic
2 participants