git: c813ab404e4a - main - graphics/py-pyqtgraph: fix depends

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 26 Jun 2023 08:34:27 UTC
The branch main has been updated by antoine:

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

commit c813ab404e4ac74495781987fcf4c43f77e4476b
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-06-26 08:34:07 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-06-26 08:34:07 +0000

    graphics/py-pyqtgraph: fix depends
---
 graphics/py-pyqtgraph/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile
index b79101b234f4..2ee917902a83 100644
--- a/graphics/py-pyqtgraph/Makefile
+++ b/graphics/py-pyqtgraph/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} # dependencies are in tox.ini
-RUN_DEPENDS+=	{PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
 
 USES=		python:3.8+