From e16e8fe6cfa518119f6a8b7ab15bbc75f7862eb2 Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Mon, 20 Jul 2026 17:11:42 +0200 Subject: [PATCH] Remove removal of setuptools .exe files from omnibus --- omnibus/config/software/datadog-agent-integrations-py3.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/omnibus/config/software/datadog-agent-integrations-py3.rb b/omnibus/config/software/datadog-agent-integrations-py3.rb index 8444911caaa3..c6414ee80f38 100644 --- a/omnibus/config/software/datadog-agent-integrations-py3.rb +++ b/omnibus/config/software/datadog-agent-integrations-py3.rb @@ -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