Resolve Python software stacks based on RPM packages present in the base container image

Опубликовано: 08 Апрель 2026
на канале: Thoth Station
32
0

Some Python libraries require native packages to work. An example can be GitPython, a popular Python library for interacting with Git. The installation of GitPython done by pip install gitpython will bring Python library into the environment, nevertheless, the library does require Git to be installed in the environment to work properly. The newly introduced mechanism allows to declaratively specify which RPM packages (such as Git required by GitPython in the example) should be present in the environment so that the resolved software will serve user needs.