From ea4ef026ef279df43cf5cd91e1e2ce18edd2e1bd Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sat, 22 Jul 2023 18:21:46 +0200 Subject: [PATCH] more fix for python-3.12-deprecated --- chromium-115-python-3.12-deprecated.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/chromium-115-python-3.12-deprecated.patch b/chromium-115-python-3.12-deprecated.patch index d586d89..f6fe3a2 100644 --- a/chromium-115-python-3.12-deprecated.patch +++ b/chromium-115-python-3.12-deprecated.patch @@ -170,14 +170,3 @@ diff -up chromium-115.0.5790.102/mojo/public/tools/mojom/mojom/fileutil.py.pytho import os.path import sys -diff -up chromium-115.0.5790.102/mojo/public/tools/mojom/mojom/parse/lexer.py.python-imp-deprecated chromium-115.0.5790.102/mojo/public/tools/mojom/mojom/parse/lexer.py ---- chromium-115.0.5790.102/mojo/public/tools/mojom/mojom/parse/lexer.py.python-imp-deprecated 2023-07-21 05:41:02.000000000 +0200 -+++ chromium-115.0.5790.102/mojo/public/tools/mojom/mojom/parse/lexer.py 2023-07-22 14:45:20.432127571 +0200 -@@ -2,7 +2,6 @@ - # Use of this source code is governed by a BSD-style license that can be - # found in the LICENSE file. - --import imp - import os.path - import sys -