Skip to content

community/docker-compose: fix mising linux_distribution

Kevin Daudt requested to merge kdaudt/aports:3.12/fix-docker-compose into 3.12-stable

platform.linux_distribution has been removed in python 3.8, but this
version of docker-compose still uses it. Backport the upstream commit
that switches it to using the distro module for that instead.

Edited by Kevin Daudt

Merge request reports