File howdy-cli-py-shebang.patch of Package howdy
--- a/src/cli.py 2021-07-03 20:18:04.571994100 +0200 +++ b/src/cli.py 2021-07-03 20:19:26.694368062 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # CLI directly called by running the howdy command # Import required modules