X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/24ff6e33b025aedeea2db4655bec734089731b8e..8e560396523ba90ad84adf0a1c0f3cfd71912cb0:/cookbooks/python/recipes/default.rb diff --git a/cookbooks/python/recipes/default.rb b/cookbooks/python/recipes/default.rb index 731081acb..8abefc794 100644 --- a/cookbooks/python/recipes/default.rb +++ b/cookbooks/python/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: python +# Cookbook:: python # Recipe:: default # -# Copyright 2017, OpenStreetMap Foundation +# Copyright:: 2017, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,10 +17,7 @@ # limitations under the License. # -package "python" -package "python-pip" - package "python3" package "python3-pip" -package "python-virtualenv" +package "virtualenv"