Skip to content

Commit 6e23ed1

Browse files
committed
Add shebang
1 parent ad3ce05 commit 6e23ed1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

leapp/cli/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/libexec/platform-python -I
12

23
from leapp.cli import main
34
import leapp.utils.i18n # noqa: F401; pylint: disable=unused-import

packaging/leapp.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
# we have to drop the dependency on python(abi) completely on el8+ because
4040
# of IPU (python abi is different between systems)
4141
%global __requires_exclude ^python\\(abi\\) = 3\\..+|/usr/libexec/platform-python|/usr/bin/python.*
42+
%global py3_shbang_opts -I
4243
%endif
4344

4445
Name: leapp

0 commit comments

Comments
 (0)