mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
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:
parent
41897d3beb
commit
3af3df34d7
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue