File: remove-dlls.patch

package info (click to toggle)
python-pywebview 6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,436 kB
  • sloc: python: 10,230; javascript: 3,185; java: 522; cs: 130; sh: 16; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Wed, 24 Jan 2024 17:24:08 -0500
Subject: Remove dlls
Forwarded: not-needed
Last-Update: 2025-08-26

We don't install webview/lib because it's Windows only
and in debian/copyright Files-Excluded
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -78,7 +78,7 @@ line_length = 100
 [tool.setuptools]
 include-package-data = false
 packages = [
-    "webview", "webview.dom", "webview.js", "webview.lib", "webview.platforms",
+    "webview", "webview.dom", "webview.js", "webview.platforms",
     "webview.platforms.android", "webview.platforms.android.jinterface", "webview.platforms.android.jclass",
     "webview.__pyinstaller"]