From 47477de4d1b1c0bf9fa7fcc00f330b9c591b51a7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Nov 2013 23:04:12 -0500 Subject: python-keyring: introduce package to meet tempest dependencies Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-keyring_3.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keyring_3.2.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-keyring_3.2.bb b/meta-openstack/recipes-devtools/python/python-keyring_3.2.bb new file mode 100644 index 0000000..acc0db9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keyring_3.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Store and access your passwords safely" +HOMEPAGE = "https://pypi.python.org/pypi/keyring/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://CONTRIBUTORS.txt;md5=d21995fd789e7098b837c7af940c4d29" + +PR = "r0" +SRCNAME = "keyring" + +SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "05307327b902116656e04a89ddda790d" +SRC_URI[sha256sum] = "0eb739976a31d607e8af52ce735a09e6b9b18516d809951bf268657fe1658cba" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf