summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-02 11:42:33 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-02 11:42:33 -0500
commit6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3 (patch)
tree334941aa845ae2e605109916f46fe644e6cfa9b0 /meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb
parent0a1e95faf0c24e89fdb257cc75fdf1176029a3e9 (diff)
downloadmeta-cloud-services-6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3.tar.gz
kilo: add and update dependency packages
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb b/meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb
new file mode 100644
index 0000000..8cb208b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pysaml2_2.3.0.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment"
2HOMEPAGE = "https://github.com/rohe/pysaml2"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dc49f1893f8da88300900a4467475286"
6
7PR = "r0"
8
9SRCNAME = "pysaml2"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "9c029de8e94a2cb7b97d7d6eb28126a5"
13SRC_URI[sha256sum] = "84e95dac65914d5f506d9c5d5b3a182ed7bc1a4c4181b55597fed0f87d6558fa"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 "
22
23RDEPENDS_${PN} += " \
24 "