X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/810efa014aa370e5f828d7fb9f33cb9e22de56e2..24ff6e33b025aedeea2db4655bec734089731b8e:/cookbooks/python/recipes/default.rb diff --git a/cookbooks/python/recipes/default.rb b/cookbooks/python/recipes/default.rb index 14b1e5a87..731081acb 100644 --- a/cookbooks/python/recipes/default.rb +++ b/cookbooks/python/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -19,3 +19,8 @@ package "python" package "python-pip" + +package "python3" +package "python3-pip" + +package "python-virtualenv"