Skip to content

Commit e16e8fe

Browse files
committed
Remove removal of setuptools .exe files from omnibus
1 parent 05d2265 commit e16e8fe

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

omnibus/config/software/datadog-agent-integrations-py3.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
# Run pip check to make sure the agent's python environment is clean, all the dependencies are compatible
4040
command "#{python} -B -m pip check"
4141

42-
unless windows_target?
43-
block "Remove .exe files" do
44-
# setuptools come from supervisor and ddtrace
45-
FileUtils.rm_f(Dir.glob("#{site_packages_path}/setuptools/*.exe"))
46-
end
47-
end
48-
4942
# Remove openssl copies from libraries that depend on it, and patch as necessary.
5043
# The OpenSSL setup with FIPS is more delicate than in the regular Agent because it makes it harder
5144
# to control FIPS initialization; this has surfaced as problems with `cryptography` specifically, and

0 commit comments

Comments
 (0)