Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-amqp_2.5.2.bb
1
2 DESCRIPTION = "Low-level AMQP client for Python"
3 HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
4 SECTION = "devel/python"
5 LICENSE = "BSD-3-Clause"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d6ba772ac59c08a25a12ce15bd5f27b"
7
8 SRC_URI[md5sum] = "852ecff645c00f124c78915fcc8ea7c0"
9 SRC_URI[sha256sum] = "77f1aef9410698d20eaeac5b73a87817365f457a507d82edf292e12cbb83b08d"
10
11 PYPI_PACKAGE = "amqp"
12 inherit setuptools pypi
13
14 RDEPENDS_${PN} += " \
15         python-vine \
16         "