diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-14 23:04:12 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | 47477de4d1b1c0bf9fa7fcc00f330b9c591b51a7 (patch) | |
| tree | edf45352533c92652b067d4f8028fcb922541df0 /meta-openstack/recipes-devtools/python/python-keyring_3.2.bb | |
| parent | 93e43b021b7c3f451b17008a2398b0e499b1a0ae (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Store and access your passwords safely" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/keyring/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://CONTRIBUTORS.txt;md5=d21995fd789e7098b837c7af940c4d29" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "keyring" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "05307327b902116656e04a89ddda790d" | ||
| 13 | SRC_URI[sha256sum] = "0eb739976a31d607e8af52ce735a09e6b9b18516d809951bf268657fe1658cba" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
