File fix-env-script-interpreter.patch of Package bpytop
diff -ruN a/bpytop.py b/bpytop.py --- a/bpytop.py 2021-01-10 18:52:11.000000000 +0700 +++ b/bpytop.py 2021-01-11 04:39:33.772608321 +0700 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # pylint: disable=not-callable, no-member, unsubscriptable-object # indent = tab # tab-size = 4