dLeyna/dLeyna-no-python-shebang.patch
Bjørn Lie 8833b91a97 Accepting request 1062061 from home:dimstar:Factory
- Add dLeyna-no-python-shebang.patch: remove /usr/bin/python
  shebang from download_sync_controller.py. The file is installed
  into a python 3.10 site-directory and thus clearly does not need
  a python2 shebang.

OBS-URL: https://build.opensuse.org/request/show/1062061
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dLeyna?expand=0&rev=5
2023-01-30 16:52:18 +00:00

11 lines
360 B
Diff

diff --git a/python/dLeyna/download_sync_controller.py b/python/dLeyna/download_sync_controller.py
index b567249..c0b48c9 100755
--- a/python/dLeyna/download_sync_controller.py
+++ b/python/dLeyna/download_sync_controller.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
# download_sync_controller
#
# Copyright (C) 2012-2017 Intel Corporation. All rights reserved.