Skip to content

Commit 76cd139

Browse files
committed
Remove libxslt
Even though the openbolt runtime comment says it's needed for Augeas, it really isn't. It was only needed for Nokogiri.
1 parent 1579af5 commit 76cd139

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

configs/components/libxslt.rb

Lines changed: 0 additions & 57 deletions
This file was deleted.

configs/projects/agent-runtime-main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
proj.component 'augeas'
8686
proj.component 'ruby-augeas'
8787
proj.component 'libxml2'
88-
proj.component 'libxslt'
8988
proj.component 'rubygem-sys-filesystem'
9089
end
9190

configs/projects/openbolt-runtime.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@
261261
proj.component 'readline' if platform.is_macos?
262262
proj.component 'augeas'
263263
proj.component 'libxml2'
264-
proj.component 'libxslt'
265264
# Ruby Augeas and shadow
266265
proj.component 'ruby-augeas'
267266
proj.component 'ruby-shadow'

0 commit comments

Comments
 (0)