diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb new file mode 100644 index 0000000..dfcde9d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "52192e631ac39a443fb1abeb52299f22" | ||
| 8 | SRC_URI[sha256sum] = "f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | ${PYTHON_PN}-amqp \ | ||
| 16 | " | ||
