Files
ports/multimedia/streamlink/files/patch-pyproject.toml
T
Daniel Engberg d5f97db624 multimedia/streamlink: Allow greater versions of (py-)lxml than 6
This broke at runtime due to a6233e5a2f
and appears to work fine on my end

Approved by:	blanket, just fix it
2025-09-28 10:17:34 +02:00

12 lines
268 B
TOML

--- pyproject.toml.orig 2025-09-28 08:11:20 UTC
+++ pyproject.toml
@@ -57,7 +57,7 @@ dependencies = [
dependencies = [
"certifi",
"isodate",
- "lxml >=4.6.4,<6",
+ "lxml >=4.6.4,<7",
"pycountry",
"pycryptodome >=3.4.3,<4",
"PySocks >=1.5.6,!=1.5.7",