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:
parent
bf59d1cc1e
commit
7ccd6a4de0
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ notes: []
|
||||||
# informational: requirements for nodes
|
# informational: requirements for nodes
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- dnf
|
- python-dnf
|
||||||
author:
|
author:
|
||||||
- '"Igor Gnatenko (@ignatenkobrain)" <i.gnatenko.brain@gmail.com>'
|
- '"Igor Gnatenko (@ignatenkobrain)" <i.gnatenko.brain@gmail.com>'
|
||||||
- '"Cristian van Ee (@DJMuggs)" <cristian at cvee.org>'
|
- '"Cristian van Ee (@DJMuggs)" <cristian at cvee.org>'
|
||||||
|
|
Loading…
Reference in a new issue