summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-20 10:36:52 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-23 13:13:28 -0500
commit014a3015661c1b70f03ce5b1743e02bd2701e384 (patch)
treef47b078d698c82430d818de915dfaafe06b94c7e /meta-openstack/recipes-devtools
parent95c73c84156e3c1f8f88800be7671443785e6bbb (diff)
downloadmeta-cloud-services-014a3015661c1b70f03ce5b1743e02bd2701e384.tar.gz
python-pyasn1-modules: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index c812fe6..0000000
--- a/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
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