Skip to content

Commit

Permalink
Merge software definitions for integration installation for py2 and py3
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Nov 22, 2023
1 parent 976bbbe commit b28fc3d
Show file tree
Hide file tree
Showing 8 changed files with 221 additions and 680 deletions.

This file was deleted.

6 changes: 3 additions & 3 deletions omnibus/config/projects/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@

if with_python_runtime? "2"
dependency 'pylint2'
dependency 'datadog-agent-integrations-py2'
end

if with_python_runtime? "3"
dependency 'datadog-agent-integrations-py3'
if with_python_runtime? "3" or with_python_runtime? "2"
dependency 'datadog-agent-integrations'
end


if linux_target?
dependency 'datadog-security-agent-policies'
end
Expand Down
Loading

0 comments on commit b28fc3d

Please sign in to comment.