summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:02:51 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commita539eeb162586183d027b4709581fe9bab213dad (patch)
treeff5b590cf9ea3f3906554708a2fa9d4524e1d1ee /meta-openstack
parent3088635dfe063b924d1aa52e72501e5a09ae836d (diff)
downloadmeta-cloud-services-a539eeb162586183d027b4709581fe9bab213dad.tar.gz
python-pyasn1-modules: initial version (v0.2.1)
Required by python-pypowervm v1.1.10. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb
new file mode 100644
index 0000000..c812fe6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "A collection of ASN.1-based protocols modules."
2HOMEPAGE = "https://pypi.python.org/pypi/pyasn1-modules/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a"
6
7SRC_URI[md5sum] = "ff938698590f314ff9b3d5c48737d899"
8SRC_URI[sha256sum] = "af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += " \
13 python-pyasn1 \
14 "
15 \ No newline at end of file