diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 1 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index e940478..98282e2 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -20,5 +20,6 @@ PREFERRED_VERSION_python-netaddr = "0.7.19" | |||
| 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" | 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" |
| 21 | PREFERRED_VERSION_python-requests = "2.12.0" | 21 | PREFERRED_VERSION_python-requests = "2.12.0" |
| 22 | PREFERRED_VERSION_python-amqp = "1.4.9" | 22 | PREFERRED_VERSION_python-amqp = "1.4.9" |
| 23 | PREFERRED_VERSION_python-kombu = "3.0.%" | ||
| 23 | 24 | ||
| 24 | LICENSE_PATH += "${LAYERDIR}/licenses" | 25 | LICENSE_PATH += "${LAYERDIR}/licenses" |
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb new file mode 100644 index 0000000..16e3f0a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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=ee3b641e9940ba25a4dd66b3942866cf" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "a1901036ba5e70e6b1733f7c2d5ee313" | ||
| 12 | SRC_URI[sha256sum] = "e064a00c66b4d1058cd2b0523fb8d98c82c18450244177b6c0f7913016642650" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = " \ | ||
| 21 | python-anyjson \ | ||
| 22 | python-amqp \ | ||
| 23 | " | ||
