git: 9eb0e0380a45 - main - math/py-networkx: Update RUN_DEPENDS

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 11 Sep 2025 03:24:14 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9eb0e0380a45424d814acb45a55f6e8f675a3282

commit 9eb0e0380a45424d814acb45a55f6e8f675a3282
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-09-11 03:23:36 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-09-11 03:24:06 +0000

    math/py-networkx: Update RUN_DEPENDS
---
 math/py-networkx/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 5f76f6f76119..368f5c22ae7b 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	networkx
 DISTVERSION=	3.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
@@ -48,7 +48,7 @@ GRAPHVIZ_DESC=	Additional graph layout and rendering algorithms
 GRAPHVIZ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz@${PY_FLAVOR}
 
 LXML_DESC=	Binding for the libxml2 and libxslt libraries
-LXML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR}
+LXML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
 
 PANDAS_DESC=	Data analysis
 PANDAS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=1.3:math/py-pandas@${PY_FLAVOR}