aboutsummaryrefslogtreecommitdiffstats
path: root/community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-05 14:10:50 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-05 14:10:50 +0100
commit8a8caa3272b1bfc72f958a151abee48d245d7a98 (patch)
tree5364da420ff088df98877052742fe63347bf1e64 /community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch
parent2263a38ed2626446b4bd7b5fabaa822b01250b6f (diff)
downloadaports-8a8caa3272b1bfc72f958a151abee48d245d7a98.tar.bz2
aports-8a8caa3272b1bfc72f958a151abee48d245d7a98.tar.xz
community/youtube-dl: upgrade to 2020.01.01
Diffstat (limited to 'community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch')
-rw-r--r--community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch b/community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch
new file mode 100644
index 0000000000..6c49bd4077
--- /dev/null
+++ b/community/youtube-dl/0001-devscripts-create-github-release-do-not-import-base6.patch
@@ -0,0 +1,24 @@
+From bee22b310ce2ac3dc3e0a334b423bbc810417a60 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
+Date: Sun, 5 Jan 2020 14:05:55 +0100
+Subject: [PATCH] [devscripts/create-github-release] do not import base64
+
+Without this change `make offlinetest` fails with:
+
+ ./devscripts/create-github-release.py:4:1: F401 'base64' imported but unused
+---
+ devscripts/create-github-release.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/devscripts/create-github-release.py b/devscripts/create-github-release.py
+index 6464ef322..2ddfa1096 100644
+--- a/devscripts/create-github-release.py
++++ b/devscripts/create-github-release.py
+@@ -1,7 +1,6 @@
+ #!/usr/bin/env python
+ from __future__ import unicode_literals
+
+-import base64
+ import io
+ import json
+ import mimetypes