summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/centos/10-centos.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkosi.conf.d/centos/10-centos.conf')
-rw-r--r--mkosi.conf.d/centos/10-centos.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkosi.conf.d/centos/10-centos.conf b/mkosi.conf.d/centos/10-centos.conf
index a950cbd4d2..5d57cd46f3 100644
--- a/mkosi.conf.d/centos/10-centos.conf
+++ b/mkosi.conf.d/centos/10-centos.conf
@@ -6,6 +6,7 @@
[Distribution]
Distribution=centos
Repositories=epel
+ epel-testing # FIXME: Remove when python3-pefile goes to stable EPEL.
[Content]
Packages=
@@ -37,6 +38,7 @@ Packages=
polkit
popt
procps-ng
+ python3dist(pefile)
quota
tpm2-tss
vim-common
@@ -93,3 +95,4 @@ BuildPackages=
python3dist(docutils)
python3dist(jinja2)
python3dist(lxml)
+ python3dist(pytest)