]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Narrow glob used to install python packages
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 11:23:40 +0000 (13:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 12:03:42 +0000 (14:03 +0200)
commit89de1d983ea84d7147011c52b55aa47a7cce862c
treead7558dd181e4a6d98214629e285448b028907f6
parentf447b741854a612b68941a5c791ed5208a5b140a
mkosi: Narrow glob used to install python packages

Let's make sure we only install the python3 and python39 python
packages, instead of all the packages of all versions that are
packaged.

This also fixes the CentOS 8 CI because python3.11-pytest was failing
to install.

We have to ship our own powertools repo definition because we need to
enable module_hotfixes for powertools to coerce dnf into installing
some of the python packages.
mkosi.conf.d/centos/10-centos.conf
mkosi.conf.d/centos/mkosi.reposdir/powertools.repo [new file with mode: 0644]