mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
This commmit drops the dependency on `orjson` which is deprecated in Gentoo. This dep was made optional in 4.2.0 and Glances thru fall back to the stdlib at a performance penalty. This is done at runtime, so consumers may treat `orjson` as an optfeature, however due to the deprecation of the dependency this has not been added to the optfeature block in `pkg_postinst`. Signed-off-by: Matt Jolly <kangie@gentoo.org>