diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb new file mode 100644 index 0000000..d3cc17d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "A messaging framework for Python" | ||
2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a25a2e176842f3a9934f9d7ee8e0edae" | ||
6 | |||
7 | SRCNAME = "kombu" | ||
8 | |||
9 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "dda05763cd4b72a131fe1ef9ba93d542" | ||
12 | SRC_URI[sha256sum] = "1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09" | ||
13 | |||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
15 | |||
16 | inherit setuptools | ||
17 | |||
18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
19 | |||
20 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||