Skip to content

Commit

Permalink
Revert "Patch jaydebeapi (#4402)" (#4424)
Browse files Browse the repository at this point in the history
This reverts commit 3a353a8.
  • Loading branch information
derekwbrown authored Nov 12, 2019
1 parent b9c2fbd commit 000486f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 60 deletions.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions omnibus/config/software/datadog-agent-integrations-py2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,8 @@
# Patch applies to only one file: set it explicitly as a target, no need for -p
if windows?
patch :source => "create-regex-at-runtime.patch", :target => "#{python_2_embedded}/Lib/site-packages/yaml/reader.py"
patch :source => "jpype_0_7.patch", :target => "#{python_2_embedded}/Lib/site-packages/jaydebeapi/__init__.py"
else
patch :source => "create-regex-at-runtime.patch", :target => "#{install_dir}/embedded/lib/python2.7/site-packages/yaml/reader.py"
patch :source => "jpype_0_7.patch", :target => "#{install_dir}/embedded/lib/python2.7/site-packages/jaydebeapi/__init__.py"
end

end
Expand Down
8 changes: 0 additions & 8 deletions omnibus/config/software/datadog-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,6 @@
command "#{pip} install --no-deps .", :env => nix_build_env, :cwd => "#{project_dir}/#{check}"
end
end

# Patch applies to only one file: set it explicitly as a target, no need for -p
if windows?
patch :source => "jpype_0_7.patch", :target => "#{python_3_embedded}/Lib/site-packages/jaydebeapi/__init__.py"
else
patch :source => "jpype_0_7.patch", :target => "#{install_dir}/embedded/lib/python3.7/site-packages/jaydebeapi/__init__.py"
end

end

# Run pip check to make sure the agent's python environment is clean, all the dependencies are compatible
Expand Down

This file was deleted.

0 comments on commit 000486f

Please sign in to comment.