diff --git a/buildroot-external/package/python-ovos-messagebus/Config.in b/buildroot-external/package/python-ovos-messagebus/Config.in new file mode 100644 index 00000000..78a3630b --- /dev/null +++ b/buildroot-external/package/python-ovos-messagebus/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_OVOS_MESSAGEBUS + bool "python-ovos-messagebus" + help + messagebus service, the nervous system of OpenVoiceOS + + https://github.com/OpenVoiceOS/ovos-messagebus diff --git a/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.hash b/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.hash new file mode 100644 index 00000000..dc4a342c --- /dev/null +++ b/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.hash @@ -0,0 +1 @@ +sha256 49256ffac0fa8606f36b9ef099be89c408878b8b291e190fa008e7c1e387ef58 python-ovos-messagebus-034ef0b14aeab33152fc97b3fea0e445051a828a.tar.gz diff --git a/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.mk b/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.mk new file mode 100644 index 00000000..3fce302c --- /dev/null +++ b/buildroot-external/package/python-ovos-messagebus/python-ovos-messagebus.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# python-ovos-core +# +################################################################################ + +PYTHON_OVOS_MESSAGEBUS_VERSION = 034ef0b14aeab33152fc97b3fea0e445051a828a +PYTHON_OVOS_MESSAGEBUS_SITE = $(call github,OpenVoiceOS,ovos-messagebus,$(PYTHON_OVOS_MESSAGEBUS_VERSION)) +PYTHON_OVOS_MESSAGEBUS_SETUP_TYPE = setuptools +PYTHON_OVOS_MESSAGEBUS_LICENSE_FILES = LICENSE +PYTHON_OVOS_MESSAGEBUS_ENV = MYCROFT_LOOSE_REQUIREMENTS=true + +$(eval $(python-package))