summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keyring_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 23:04:12 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commit47477de4d1b1c0bf9fa7fcc00f330b9c591b51a7 (patch)
treeedf45352533c92652b067d4f8028fcb922541df0 /meta-openstack/recipes-devtools/python/python-keyring_3.2.bb
parent93e43b021b7c3f451b17008a2398b0e499b1a0ae (diff)
downloadmeta-cloud-services-47477de4d1b1c0bf9fa7fcc00f330b9c591b51a7.tar.gz
python-keyring: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keyring_3.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keyring_3.2.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "Store and access your passwords safely"
2HOMEPAGE = "https://pypi.python.org/pypi/keyring/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://CONTRIBUTORS.txt;md5=d21995fd789e7098b837c7af940c4d29"
6
7PR = "r0"
8SRCNAME = "keyring"
9
10SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.zip"
11
12SRC_URI[md5sum] = "05307327b902116656e04a89ddda790d"
13SRC_URI[sha256sum] = "0eb739976a31d607e8af52ce735a09e6b9b18516d809951bf268657fe1658cba"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools