X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/06b8c2609dac3b834dcf33af1f394354771a3fa5..b0d9abfbd0d3b78db57f09a8976b10a446542a99:/cookbooks/python/recipes/default.rb 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"