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:
Adrian Likins 2016-07-28 17:00:41 -04:00 committed by Brian Coca
parent 9006c8018d
commit 41a0f22fe8
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@ author:
- "Indrajit Raychaudhuri (@indrajitr)"
- "Daniel Jaouen (@danieljaouen)"
- "Andrew Dunham (@andrew-d)"
requirements:
- "python >= 2.6"
short_description: Package manager for Homebrew
description:
- Manages Homebrew packages

View file

@ -24,6 +24,8 @@ author:
- "Indrajit Raychaudhuri (@indrajitr)"
- "Daniel Jaouen (@danieljaouen)"
- "Enric Lluelles (@enriclluelles)"
requirements:
- "python >= 2.6"
short_description: Install/uninstall homebrew casks.
description:
- Manages Homebrew casks.