From 7900fae44f8b142427699b095fc275b3a048b49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Vl=C4=8Dinsk=C3=BD?= Date: Mon, 26 Aug 2013 13:14:02 +0200 Subject: [PATCH] module.pip: added doc for new option "use_wheel" pip state and module got new option for pip>=1.4 called "use_wheel". State got properly updated doc for this change, but module not. This commit adds two lines of doc for pip module too. --- salt/modules/pip.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/modules/pip.py b/salt/modules/pip.py index 74e370ef5c..f03761b0ae 100644 --- a/salt/modules/pip.py +++ b/salt/modules/pip.py @@ -138,6 +138,8 @@ def install(pkgs=None, (/home/code/path/to/virtualenv/) env deprecated, use bin_env now + use_wheel + Prefer wheel archives (requires pip>=1.4) log Log file where a complete (maximum verbosity) record will be kept proxy