From 933c2608cd7dcbab543733ea211aa303ea4c7379 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 25 Oct 2016 10:37:55 +0000 Subject: [PATCH] Add more require checks Signed-off-by: Patrick Uiterwijk --- pungi/checks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pungi/checks.py b/pungi/checks.py index 05245676..e385cf2f 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -100,6 +100,8 @@ imports = [ ("python-lxml", "lxml"), ("koji", "koji"), ("python-productmd", "productmd"), + ("python-kickstart", "pykickstart.parser"), + ("libselinux-python", "selinux"), ]