diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:02:51 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | a539eeb162586183d027b4709581fe9bab213dad (patch) | |
| tree | ff5b590cf9ea3f3906554708a2fa9d4524e1d1ee /meta-openstack/recipes-devtools/python | |
| parent | 3088635dfe063b924d1aa52e72501e5a09ae836d (diff) | |
| download | meta-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/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "A collection of ASN.1-based protocols modules." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pyasn1-modules/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "ff938698590f314ff9b3d5c48737d899" | ||
| 8 | SRC_URI[sha256sum] = "af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-pyasn1 \ | ||
| 14 | " | ||
| 15 | \ No newline at end of file | ||
