Re: git: 0912e484192e - main - graphics/py-pyqtgraph : Update 0.13.1 → 0.13.3
- In reply to: Yuri Victorovich : "git: 0912e484192e - main - graphics/py-pyqtgraph: Update 0.13.1 → 0.13.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 21:37:25 UTC
On Sun, Jun 25, 2023 at 2:29 PM Yuri Victorovich <yuri@freebsd.org> wrote: > +RUN_DEPENDS+= {PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6 Why not use: USES= pyqt:5 USE_PYQT= pyqt5:run or if it can use PyQt6: USES= pyqt:6 USE_PYQT= pyqt6:run - Jason