1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
This commit is contained in:
Daniel Engberg
2025-09-28 10:17:29 +02:00
parent 5ef73b9965
commit d5f97db624
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= streamlink
DISTVERSION= 6.5.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -0,0 +1,11 @@
--- 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",