◐ Shell
clean mode source ↗

GH-102973: Slim down Fedora packages in the dev container by hroncok · Pull Request #103283 · python/cpython

dnf install /usr/bin/... and dnf-command(builddep) to get exactly what we use.
That way, we abstract away (possibly artificial) package names.

This also fetches a slimmer version of git, called git-core,
which avoids a dependency on Perl.
However, Perl is eventually unfortunately still fetched in the next dnf command.

This declares more used dependencies in the spirit of
"explicit is better than implicit".

Also set install_weak_deps=False to avoid installing unneeded weak dependencies.

brettcannon

@hroncok hroncok marked this pull request as ready for review

April 6, 2023 05:38

carljm added a commit to carljm/cpython that referenced this pull request

Apr 24, 2023

carljm added a commit to carljm/cpython that referenced this pull request

Apr 24, 2023

@hroncok hroncok deleted the fedora-less-packages branch

May 4, 2023 14:16