diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2019-09-29 16:28:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-30 16:54:51 -0700 |
commit | 7e5be41e9e916e8a76c8d62b606d7716175923f7 (patch) | |
tree | e38aa90cdf699789b9c87428fd3234679a8cd8ff /meta-python/recipes-devtools/python/python3-pika_1.1.0.bb | |
parent | 8188608dec575e204b5ac296dca7be4d96703446 (diff) | |
download | meta-openembedded-7e5be41e9e916e8a76c8d62b606d7716175923f7.tar.gz |
python-pika: add recipes for python2 and python3
Pika is a pure-Python implementation of the AMQP 0-9-1
protocol including RabbitMQ’s extensions.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb new file mode 100644 index 000000000..a1515881f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pika.inc | ||