From e2ac79fa010f0f816a6bd90df961ddd469f542a9 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 8 Dec 2015 18:33:34 +0100 Subject: 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 Signed-off-by: Bruce Ashfield Removing python-oslo.vmware_1.19.0 since the latest version of Kilo is 0.11.2, and was already present in the repo. Signed-off-by: Josep Puigdemont Conflicts: meta-openstack/recipes-devtools/python/python-glance_git.bb Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-glance_git.bb | 3 +++ .../python/python-semantic-version_2.4.2.bb | 27 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 389385c..a4e07d1 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb @@ -199,6 +199,9 @@ RDEPENDS_${PN} += "python-greenlet \ python-retrying \ python-glancestore \ python-oslo.vmware \ + python-glancestore \ + python-enum34 \ + python-semantic-version \ " RDEPENDS_${SRCNAME} = "${PN} \ 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 @@ +DESCRIPTION = "A library which provides a few tools to handle SemVer in Python." +HOMEPAGE = "http://pypi.python.org/pypi/semantic_version" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313" + +SRCNAME = "semantic_version" +SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "fd7d5ade76e78d8540b9a4044496a57c" +SRC_URI[sha256sum] = "7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +#export BUILD_SYS +#export HOST_SYS + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf