[Buildroot] [PATCH 1/1] add package/python-pyqtchart
Adam Gausmann
AdamG at esdemc.com
Wed May 18 19:27:19 UTC 2022
Hi,
On Fri, May 13, 2022 at 3:11 AM Yegor Yefremov
<yegorslists at googlemail.com> wrote:
>
> > +ifeq ($(BR2_PACKAGE_PYTHON),y)
> > +PYTHON_PYQTCHART_PYTHON_DIR = python$(PYTHON_VERSION_MAJOR)
> > +PYTHON_PYQTCHART_RM_PORT_BASE = port_v3
> > +else ifeq ($(BR2_PACKAGE_PYTHON3),y)
> > +PYTHON_PYQTCHART_PYTHON_DIR = python$(PYTHON3_VERSION_MAJOR)
> > +PYTHON_PYQTCHART_RM_PORT_BASE = port_v2
> > +endif
>
> There is only the Python3 package in BR so no need to handle the Python2 case.
Thank you for the feedback; I had based this package on an earlier
version of the python-pyqt package on my dev branch (2021.11). Will
amend and resubmit soon
More information about the buildroot
mailing list