diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-08-19 02:36:43 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-20 15:25:42 -0400 |
| commit | 8d2689c2eb446776745bd1cb2ef7ce1424d0f840 (patch) | |
| tree | 9d741759dc8bf2f02ffbe5c45eda4754aef42308 /meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb | |
| parent | 8f0f7f7b12e5e67c5c37806c400601b36f95e4d3 (diff) | |
| download | meta-cloud-services-8d2689c2eb446776745bd1cb2ef7ce1424d0f840.tar.gz | |
python3-pysaml2: Change to python3
-License-Update: Rename from LICENSE.txt to LICENSE.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb new file mode 100644 index 0000000..bfd1c48 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" | ||
| 2 | HOMEPAGE = "https://github.com/rohe/pysaml2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=861cc9087857b5bea2e11356c3de95d9" | ||
| 6 | |||
| 7 | inherit setuptools3 pypi | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "f7b80553f84bf4e3c823266d2243ab6c0303785648402fbbc1c13a14737876d4" | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pip \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | python3-zopeinterface \ | ||
| 17 | python3-repoze.who \ | ||
| 18 | " | ||
