Add core/hab to pkg_deps in hab plan.

Runtime of `hab pkg exec chef/inspec` changes the path for the inspec
runtime to match that of the inspec hab package. This makes it so tests
which need to execute things like `hab pkg path myorigin/mypath` in the
can profile/test can successfully execute the command.

Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
This commit is contained in:
Ryan Hass 2017-04-27 17:17:54 -07:00
parent 9ac3db0c6a
commit 56364caeaa

View file

@ -14,6 +14,7 @@ pkg_deps=(
core/libxslt
core/ruby
core/net-tools
core/hab
)
pkg_build_deps=(
core/bundler