Require python-dnf so that we get the python2 version

The primary dnf package is now python3, lorax is still python2, so
require the right thing.
This commit is contained in:
Brian C. Lane 2015-03-12 16:41:08 -07:00
parent 7404a28c6f
commit 42dc9eaaed

View File

@ -39,7 +39,7 @@ Requires: xz
Requires: pigz Requires: pigz
Requires: python-kickstart Requires: python-kickstart
Requires: dracut >= 030 Requires: dracut >= 030
Requires: dnf Requires: python-dnf
%if 0%{?fedora} %if 0%{?fedora}
# Fedora specific deps # Fedora specific deps