aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
AgeCommit message (Collapse)Author
2022-08-27python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8Yi Zhao
Drop local patch which has been merged upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06python3-jsonrpcserver: add patch to use importlib.resources instead of ↵Sam Van Den Berge
pkg_resources Currently jsonrpcserver has a runtime dependency to setuptools because it uses pkg_resources. Setuptools however is not listed in the RDEPENDS of python3-jsonrpcserver. We could add setuptools to RDEPENDS but since pkg_resources is discouraged anyway [1], I posted a patch upstream to replace pkg_resources by importlib.resources. Until the upstream patch is accepted and released, add it here as a patch so python3-jsonrpcserver is usable without the setuptools dependency. Upstream-Status: Submitted [https://github.com/explodinglabs/jsonrpcserver/pull/235] Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-07python3-pyscaffold: move recipe to proper locationAndrey Zhizhikin
Initial submission was performed on incorrect path, move the recipe under [meta-python] folder. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-04python3-pyscaffold: add pyscaffold recipeAndrey Zhizhikin
Add recipe which handles pyscaffold package to the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-17move layer into meta-oe in preparation for future splitsKoen Kooi
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-numpy: import from OEKoen Kooi
Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-setuptools: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>