summaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqtchart
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pyqtchart: Update to version 5.15.1 and use pypiDaniel Gomez2020-10-111-5/+8
| | | | | | | Old version no longer available through riverbankcomputing.com. Update to 5.15.1 and download the package sources using pypi class. Signed-off-by: Daniel Gomez <daniel@qtec.com>
* python-pyqtchart: remove PyQt_qreal_double from DISABLED_FEATURESArtem Panfilov2020-03-131-2/+0
| | | | | | Since Qt 5.2.0 the qreal is double (see change d8bf317546bc in qtbase.git). Signed-off-by: Artem Panfilov <panfilov.artyom@gmail.com>
* python-{pyqt5,pyqtchart}: fold .inc file into .bbMartin Jansa2020-02-192-67/+62
| | | | | | * drop 2nd DEPENDS assignment from python-pyqtchart.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add PyQtChart.Adrian Fiergolski2020-02-062-0/+73
Signed-off-by: Adrian Fiergolski <adrian.fiergolski@fastree3d.com>