From 5c674203597743efae27be50b1c9903975cc8ab8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:02:46 -0400 Subject: python-os-traits: initial version (v0.3.3) Required by python-nova. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-os-traits_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-os-traits_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-os-traits_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb new file mode 100644 index 0000000..8d4079b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "OpenStack library containing standardized trait strings." +HOMEPAGE = "https://github.com/openstack/os-traits" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI = "\ + git://github.com/openstack/os-traits.git;branch=stable/pike \ + " + +PV = "0.3.3+git${SRCPV}" +SRCREV = "3e8b4a77aaf2d8b64f89ba3b479113d0b44bbe2f" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + " -- cgit v1.2.3-54-g00ecf