feat: add compatibility with Debian Trixie #12
Merged
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.
The Issue
Using:
How This PR Solves The Issue
mime-supportis a dependency forpython2and it's been removed from Debian Trixie.It was already a transitional package for
media-types: https://packages.debian.org/bookworm/mime-supportI downloaded
mime-supportand its dependencymailcapfrom:Then updated the assets here to include these packages in the archives: https://github.com/stasadev/ddev-python2/releases/tag/v1.0.0
So the only required change is to remove
mime-supportfrom.ddev/config.python2.yaml.People using DDEV v1.25.0 only need to do one of the following:
mime-supportmanuallyddev add-on get stasadev/ddev-python2, which will do the sameIt will continue to work with DDEV v1.24.x as well.
Manual Testing Instructions
ddev add-on get https://github.com/stasadev/ddev-python2/tarball/refs/pull/12/head ddev restart ddev exec python -VAutomated Testing Overview
Release/Deployment Notes