1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.fault.PatchNotApplicable: ../../vim/fault/PatchNotApplicable.rst
vim.fault.PatchMissingDependencies
==================================
:extends:
`vim.fault.PatchNotApplicable`_
This fault is thrown if a patch install fails because the patch requires other patches or libraries that are not installed on the host.
Attributes:
prerequisitePatch (`str`_): is optional.
prerequisiteLib (`str`_): is optional.
|