X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/810efa014aa370e5f828d7fb9f33cb9e22de56e2..204605749875101d3316aa94917d0a4b6c055fb3:/cookbooks/python/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/python/recipes/default.rb b/cookbooks/python/recipes/default.rb index 14b1e5a87..a2eaf1cdb 100644 --- a/cookbooks/python/recipes/default.rb +++ b/cookbooks/python/recipes/default.rb @@ -19,3 +19,6 @@ package "python" package "python-pip" + +package "python3" +package "python3-pip"