File find_interpreter.patch of Package subscription-manager
Philipp Seiler <p.seiler@linuxmail.org> Fix issue that the interpreter python3 could not be found and added as dependency --- subscription-manager-1.29.21/src/plugins/zypper/services/rhsm.old 2022-01-13 15:16:31.675398135 +0100 +++ subscription-manager-1.29.21/src/plugins/zypper/services/rhsm 2022-01-13 15:19:14.720997073 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2017 Red Hat, Inc.