Skip to content

Commit 79666a5

Browse files
joshuamiller01facebook-github-bot
authored andcommitted
fb_dnf: remove python3-ujson
Differential Revision: D79478960 fbshipit-source-id: 6ddb0c33a13fa430a7affd83e051ddcc30a9d407
1 parent 48124fb commit 79666a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cookbooks/fb_dnf/recipes/packages.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
action :install
4040
end
4141

42-
# dnf_helper.py can import ujson to serialize JSON faster
43-
# TODO: Move into list above once rolled out everywhere
42+
# removing ujson
4443
package 'python3-ujson' do
4544
only_if { node['fb_dnf']['install_ujson'] }
46-
action :upgrade
45+
action :remove
4746
end

0 commit comments

Comments
 (0)