diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-30 14:51:39 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-01 23:15:31 -0400 |
commit | 61ef1b07cb28e14df639b79a0fbb8e360b61c6ff (patch) | |
tree | 5113e413a0362db9da95bf6926d2d6f9113710fc | |
parent | fc4812e939f5c60224386a88ee037809aa9416e0 (diff) | |
download | meta-cloud-services-61ef1b07cb28e14df639b79a0fbb8e360b61c6ff.tar.gz |
python-rsa: initial version (v3.4.2)
Needed by the python-oauth2client.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb b/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb new file mode 100644 index 0000000..c7df0a8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Pure-Python RSA implementation" | ||
2 | AUTHOR = "Sybren A. Stuvel" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" | ||
5 | |||
6 | inherit setuptools pypi | ||
7 | |||
8 | SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb" | ||
9 | SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5" | ||
10 | |||
11 | RDEPENDS_${PN} += " \ | ||
12 | python-pyasn1 \ | ||
13 | " | ||