Conversation
It will not be needed after WeblateOrg/weblate#20688
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c1264ee7bf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| pkg-config \ | ||
| make \ | ||
| libcairo2-dev \ | ||
| libxml2-dev \ |
There was a problem hiding this comment.
Keep Cairo/GI build deps until Weblate stops requiring them
When this image is used to build current Weblate releases/main before WeblateOrg/weblate#20688 has actually been merged and released, the downstream uv pip install still pulls pycairo/PyGObject from source; PyGObject is sdist-only and pycairo requires cairo headers, so dropping libcairo2-dev and libgirepository-2.0-dev makes those builds fail. Please keep these packages until the consuming Weblate version no longer depends on them, or land this only with the matching Weblate release update.
Useful? React with 👍 / 👎.
It will not be needed after WeblateOrg/weblate#20688