From 6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 2 Mar 2015 11:42:33 -0500 Subject: kilo: add and update dependency packages Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.log_git.bb | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.log_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.log_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb new file mode 100644 index 0000000..974578b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "Oslo Log Library" +HOMEPAGE = "https://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PR = "r0" + +SRCNAME = "oslo.log" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +PV = "0.3.0" +SRCREV = "5139941a0c8d63ae33421a2082e35fae0f800b67" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-babel \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + bash \ + python-pbr \ + python-iso8601 \ + python-oslo.config \ + python-oslo.context \ + python-oslo.i18n \ + python-oslo.utils \ + python-oslo.serialization\ + " -- cgit v1.2.3-54-g00ecf