X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b0d9abfbd0d3b78db57f09a8976b10a446542a99..a5a3b8b5d676e4e7c46f5124325d2ca799bee76f:/cookbooks/python/recipes/default.rb diff --git a/cookbooks/python/recipes/default.rb b/cookbooks/python/recipes/default.rb index a2eaf1cdb..53dc4c59a 100644 --- a/cookbooks/python/recipes/default.rb +++ b/cookbooks/python/recipes/default.rb @@ -1,14 +1,14 @@ # -# 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. # 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, @@ -22,3 +22,5 @@ package "python-pip" package "python3" package "python3-pip" + +package "python-virtualenv"