X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8fe06bbc8474aaf0850bed1c03074f39b913b9df..8de21e204dc53bb28ad67207c308489f706ff00d:/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"