diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-12 15:47:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-13 23:41:54 -0400 |
| commit | 131510e36bdb161f44df46134ccd2ef6360a935a (patch) | |
| tree | e8420dbdffb00a224191ec7df8ff4def28777476 | |
| parent | ee23f4fdd14660defeda80900cdf2de287426eac (diff) | |
| download | meta-cloud-services-131510e36bdb161f44df46134ccd2ef6360a935a.tar.gz | |
glance: add new dependencies
Attempting to run glance-api several python traces are
encountered. The following packages were identified in the traces and
as such are added as dependencies which allows glance-api to launch
successfully.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
3 files changed, 55 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index ea189ef..79235af 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -197,7 +197,10 @@ RDEPENDS_${PN} += "python-greenlet \ | |||
| 197 | python-oslo.i18n \ | 197 | python-oslo.i18n \ |
| 198 | python-osprofiler \ | 198 | python-osprofiler \ |
| 199 | python-retrying \ | 199 | python-retrying \ |
| 200 | python-glancestore \ | 200 | python-glancestore \ |
| 201 | python-enum34 \ | ||
| 202 | python-semantic-version \ | ||
| 203 | python-oslo.vmware \ | ||
| 201 | " | 204 | " |
| 202 | 205 | ||
| 203 | RDEPENDS_${SRCNAME} = "${PN} \ | 206 | RDEPENDS_${SRCNAME} = "${PN} \ |
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_1.19.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_1.19.0.bb new file mode 100644 index 0000000..ace65ba --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_1.19.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "oslo.vmware library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "oslo.vmware" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "3115d6922ed7119cf3737af708a7984d" | ||
| 12 | SRC_URI[sha256sum] = "d342420fa272bd80ac9c39e876ee1a518b975d21cff1c179a91da48305c9b3b4" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb new file mode 100644 index 0000000..746d646 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "A library which provides a few tools to handle SemVer in Python." | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/semantic_version" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313" | ||
| 6 | |||
| 7 | SRCNAME = "semantic_version" | ||
| 8 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "fd7d5ade76e78d8540b9a4044496a57c" | ||
| 11 | SRC_URI[sha256sum] = "7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | #export BUILD_SYS | ||
| 16 | #export HOST_SYS | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | # DEPENDS_default: python-pip | ||
| 21 | |||
| 22 | DEPENDS += " \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
