Change documented requirement from dnf to python-dnf as dnf could be taken to mean the command line tool.

Fixes #1032
This commit is contained in:
Toshio Kuratomi 2015-10-04 21:32:10 -07:00
parent 02b68be09d
commit da426da308

View file

@ -86,7 +86,7 @@ notes: []
# informational: requirements for nodes
requirements:
- "python >= 2.6"
- dnf
- python-dnf
author:
- '"Igor Gnatenko (@ignatenkobrain)" <i.gnatenko.brain@gmail.com>'
- '"Cristian van Ee (@DJMuggs)" <cristian at cvee.org>'