Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions omnibus/config/software/datadog-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
# Run pip check to make sure the agent's python environment is clean, all the dependencies are compatible
command "#{python} -B -m pip check"

unless windows_target?
block "Remove .exe files" do
# setuptools come from supervisor and ddtrace
FileUtils.rm_f(Dir.glob("#{site_packages_path}/setuptools/*.exe"))
end
end

# Remove openssl copies from libraries that depend on it, and patch as necessary.
# The OpenSSL setup with FIPS is more delicate than in the regular Agent because it makes it harder
# to control FIPS initialization; this has surfaced as problems with `cryptography` specifically, and
Expand Down
Loading