summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pint.inc
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-12-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d4aa17dc436beb96a804860bc6d18cf72283709e) Backport: * Adapted paths to follow PV changes * Adapted modified recipes to the ones generating warnings Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pint: add setuptools and packaging to RDEPENDSRyan Rowe2020-07-301-0/+5
| | | | | | | | Signed-off-by: Ryan Rowe <rrowe@xevo.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cfa786917343589c1756c1bc7cdf62309d29462f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pint: Enable ptestZheng Ruoqin2020-04-031-1/+14
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.9 -> 0.11Martin Kelly2020-03-251-2/+4
| | | | | | | | Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pint: add nativesdk supportMartin Kelly2020-03-241-1/+1
| | | | | | | This builds just fine with nativesdk, so let's enable it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pint: upgrade 0.8.1 -> 0.9Zang Ruochen2019-11-011-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUMAdrian Bunk2019-08-301-1/+1
| | | | | | | | | | | Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python{, 3}-pint: add recipes for python2 and python3Jens Rehsack2018-08-271-0/+15
Add recipe for physical quantities module for python2 and python3 infrastructure of Yocto. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>