torbrowser-launcher: patch for Python 3.8.

This commit is contained in:
Leah Neukirchen 2019-12-24 18:10:09 +01:00
parent 73f31fb352
commit a8d1af838f

View file

@ -0,0 +1,11 @@
--- setup.py.orig
+++ setup.py
@@ -35,7 +35,7 @@
SHARE = 'share'
# detect linux distribution
-distro = platform.dist()[0]
+distro = 'Void'
def file_list(path):