mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Add support for the python-farama-notifications package, which provides a unified notification mechanism for all libraries maintained by the FaramaFoundation. This package is used by Farama projects such as gymnasium to deliver runtime and deprecation notifications in a consistent way. Signed-off-by: Xukai Wang <kingxukai@zohomail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
config BR2_PACKAGE_PYTHON_FARAMA_NOTIFICATIONS
|
|
bool "python-farama-notifications"
|
|
help
|
|
Notifications for all Farama Foundation maintained
|
|
libraries.
|
|
|
|
https://github.com/Farama-Foundation/Farama-Notifications
|