Add a 'requirements:' field to homebrew doc (#2630)
homebrew.py and homebrew_cask.py make use of python 2.5 and 2.6 features like string .format() method.
This commit is contained in:
parent
292d788d09
commit
fa1b0312eb
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ author:
|
||||||
- "Indrajit Raychaudhuri (@indrajitr)"
|
- "Indrajit Raychaudhuri (@indrajitr)"
|
||||||
- "Daniel Jaouen (@danieljaouen)"
|
- "Daniel Jaouen (@danieljaouen)"
|
||||||
- "Andrew Dunham (@andrew-d)"
|
- "Andrew Dunham (@andrew-d)"
|
||||||
|
requirements:
|
||||||
|
- "python >= 2.6"
|
||||||
short_description: Package manager for Homebrew
|
short_description: Package manager for Homebrew
|
||||||
description:
|
description:
|
||||||
- Manages Homebrew packages
|
- Manages Homebrew packages
|
||||||
|
|
|
@ -24,6 +24,8 @@ author:
|
||||||
- "Indrajit Raychaudhuri (@indrajitr)"
|
- "Indrajit Raychaudhuri (@indrajitr)"
|
||||||
- "Daniel Jaouen (@danieljaouen)"
|
- "Daniel Jaouen (@danieljaouen)"
|
||||||
- "Enric Lluelles (@enriclluelles)"
|
- "Enric Lluelles (@enriclluelles)"
|
||||||
|
requirements:
|
||||||
|
- "python >= 2.6"
|
||||||
short_description: Install/uninstall homebrew casks.
|
short_description: Install/uninstall homebrew casks.
|
||||||
description:
|
description:
|
||||||
- Manages Homebrew casks.
|
- Manages Homebrew casks.
|
||||||
|
|
Loading…
Reference in a new issue