diff options
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-rasa/python3-slack-sdk_3.21.3.bb')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-rasa/python3-slack-sdk_3.21.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-rasa/python3-slack-sdk_3.21.3.bb b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-slack-sdk_3.21.3.bb new file mode 100644 index 00000000..78f0397d --- /dev/null +++ b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-slack-sdk_3.21.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "Slack Developer Kit for Python" +HOMEPAGE = "https://github.com/slackapi/python-slack-sdk" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5059159dec692c70339fe0991a107b76" + +SRC_URI = "\ + git://github.com/slackapi/python-slack-sdk;protocol=https;branch=main \ + " + +PV = "3.21.3+git${SRCPV}" +S = "${WORKDIR}/git" +SRCREV = "8815d21930075cc7c2c8c482d8a30af4f1e6a759" + +inherit setuptools3 |