Commit Graph

6 Commits

Author SHA1 Message Date
Sam Van Den Berge
8ad020938f python3-jsonrpcserver: add patch to use importlib.resources instead of 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>
2022-08-06 09:40:09 -07:00
Andrey Zhizhikin
51a3331c4e python3-pyscaffold: move recipe to proper location
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-07 09:10:38 -07:00
Andrey Zhizhikin
40ddc2cbf0 python3-pyscaffold: add pyscaffold recipe
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>
2020-04-04 12:51:09 -07:00
Koen Kooi
c58cc7d379 move layer into meta-oe in preparation for future splits
As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17 21:41:22 +01:00
Koen Kooi
fbf853f629 python-numpy: import from OE
Currently doesn't build

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 21:22:06 +01:00
Koen Kooi
3e2ce6c26a python-setuptools: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 20:51:12 +01:00