]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/python/recipes/default.rb
Drop support for Ubuntu 18.04
[chef.git] / cookbooks / python / recipes / default.rb
index 00f763bac9a0b7a5c084ac3f98e15900f4e0b908..8abefc794a78781ffd572b93947a43c611265d08 100644 (file)
 # limitations under the License.
 #
 
-if node[:lsb][:release].to_f < 20.04
-  package "python"
-  package "python-pip"
-end
-
 package "python3"
 package "python3-pip"