- 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
11 lines
360 B
Diff
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.
|