Add more require checks

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-25 10:37:55 +00:00
parent 51a8f7a7fe
commit 933c2608cd
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ imports = [
("python-lxml", "lxml"),
("koji", "koji"),
("python-productmd", "productmd"),
("python-kickstart", "pykickstart.parser"),
("libselinux-python", "selinux"),
]