Fix c-lightning configure not finding python

Broke in the latest release.
Šī revīzija ir iekļauta:
2021-01-26 12:05:29 +01:00
vecāks 461af035ac
revīzija c3256a07cc

Parādīt failu

@@ -28,6 +28,7 @@ bash "compile_c-lightning" do
make
make install
EOH
environment "PYTHON_VERSION" => "3"
action :nothing
notifies :restart, "systemd_unit[lightningd.service]", :delayed
end