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 committed by Matt Clay
parent bf59d1cc1e
commit 7ccd6a4de0

View file

@ -93,7 +93,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>'