We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3ce05 commit 6e23ed1Copy full SHA for 6e23ed1
leapp/cli/__main__.py
@@ -1,3 +1,4 @@
1
+#!/usr/libexec/platform-python -I
2
3
from leapp.cli import main
4
import leapp.utils.i18n # noqa: F401; pylint: disable=unused-import
packaging/leapp.spec
@@ -39,6 +39,7 @@
39
# we have to drop the dependency on python(abi) completely on el8+ because
40
# of IPU (python abi is different between systems)
41
%global __requires_exclude ^python\\(abi\\) = 3\\..+|/usr/libexec/platform-python|/usr/bin/python.*
42
+ %global py3_shbang_opts -I
43
%endif
44
45
Name: leapp
0 commit comments