From de0aa09e4bb1154c7dab698425e0b046a6a62a97 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Tue, 28 Jul 2026 16:30:18 -0700 Subject: [PATCH] Install correct ofastlylog package --- cookbooks/tilelog/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index b99765434..0e9652ad5 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -77,7 +77,7 @@ python_virtualenv ofastlylog_directory do interpreter "/usr/bin/python3" end -python_package "tilelog" do +python_package "ofastlylog" do python_virtualenv ofastlylog_directory python_version "3" version "0.3.0" -- 2.47.3