X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..344788757d5720c1910a441e7d2b33aa57fb2dbe:/cookbooks/python/recipes/default.rb diff --git a/cookbooks/python/recipes/default.rb b/cookbooks/python/recipes/default.rb index 00f763bac..8abefc794 100644 --- a/cookbooks/python/recipes/default.rb +++ b/cookbooks/python/recipes/default.rb @@ -17,11 +17,6 @@ # limitations under the License. # -if node[:lsb][:release].to_f < 20.04 - package "python" - package "python-pip" -end - package "python3" package "python3-pip"