diff options
Diffstat (limited to 'meta-openstack')
3 files changed, 17 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc new file mode 100644 index 0000000..7f66a4b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 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] = "3543525c1bfaa74260cbf9a6e47dad2f" | ||
| 8 | SRC_URI[sha256sum] = "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" | ||
| 9 | |||
| 10 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = " \ | ||
| 13 | python-amqp \ | ||
| 14 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb index 8cd6825..28b6258 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb | |||
| @@ -1,16 +1,3 @@ | |||
| 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] = "3543525c1bfaa74260cbf9a6e47dad2f" | ||
| 8 | SRC_URI[sha256sum] = "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" | ||
| 9 | |||
| 10 | inherit setuptools pypi | 1 | inherit setuptools pypi |
| 2 | require python-kombu.inc | ||
| 11 | 3 | ||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | python-amqp \ | ||
| 16 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb new file mode 100644 index 0000000..fc752d9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 pypi | ||
| 2 | require python-kombu.inc | ||
