mosquitto: fix build
[oi-userland.git] / components / multimedia / youtube-dl / patches / 01-no-shebang.patch
blob6c216bb9e777f28420e15fcc02a20f45ad5322d1
1 --- youtube_dl-2021.12.17/youtube_dl/utils.py.orig
2 +++ youtube_dl-2021.12.17/youtube_dl/utils.py
3 @@ -1,4 +1,3 @@
4 -#!/usr/bin/env python
5 # coding: utf-8
7 from __future__ import unicode_literals
8 --- youtube_dl-2021.12.17/youtube_dl/YoutubeDL.py.orig
9 +++ youtube_dl-2021.12.17/youtube_dl/YoutubeDL.py
10 @@ -1,4 +1,3 @@
11 -#!/usr/bin/env python
12 # coding: utf-8
14 from __future__ import absolute_import, unicode_literals
15 --- youtube_dl-2021.12.17/youtube_dl/__init__.py.orig
16 +++ youtube_dl-2021.12.17/youtube_dl/__init__.py
17 @@ -1,4 +1,3 @@
18 -#!/usr/bin/env python
19 # coding: utf-8
21 from __future__ import unicode_literals