remove inspec/jq from pkg_deps/pkg_build_deps

It's included as a dep in the scaffolding itself, and the multiple
dependencies cause failures when building (ty @smacfarlane <3)

`jq` is also no longer needed, it was an artifact of legacy testing

Signed-off-by: Josh Brand <jbrand@chef.io>
This commit is contained in:
Josh Brand 2019-12-03 17:38:33 -05:00
parent 41897d3beb
commit 3af3df34d7

View file

@ -1,8 +1,6 @@
pkg_name=<%= "inspec-profile-#{profile.name}" %>
pkg_version=<%= profile.version %>
pkg_origin=<%= habitat_origin %>
pkg_deps=(chef/inspec)
pkg_build_deps=(chef/inspec core/jq-static)
pkg_svc_user=root
<%= "pkg_license='#{profile.metadata.params[:license]}'" if profile.metadata.params[:license]%>
pkg_scaffolding="chef/scaffolding-chef-inspec"