1From fa32c7dcabaa3c00d3620a3266e49629365c0cbe Mon Sep 17 00:00:00 2001
2From: Jeremy Puhlman <jpuhlman@mvista.com>
3Date: Wed, 11 Mar 2020 22:10:02 +0000
4Subject: [PATCH] set python path for completion_helper
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
8---
9 dnf/cli/completion_helper.py.in | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/dnf/cli/completion_helper.py.in b/dnf/cli/completion_helper.py.in
13index 0da0f2a2..9330d15b 100644
14--- a/dnf/cli/completion_helper.py.in
15+++ b/dnf/cli/completion_helper.py.in
16@@ -1,4 +1,4 @@
17-#!@PYTHON_EXECUTABLE@
18+#!/usr/bin/env python3
19 #
20 # This file is part of dnf.
21 #
22