summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:16:57 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commite62a7c090171c794769712bb28672c446a9f20c5 (patch)
tree39ea71fda0cc56efa6c8521d179feff845bbbda3 /meta-openstack
parent098b0f26a1752604ed373d684ef5cd06dad0f560 (diff)
downloadmeta-cloud-services-e62a7c090171c794769712bb28672c446a9f20c5.tar.gz
python-cmd2: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb
deleted file mode 100644
index 6e8949d..0000000
--- a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "Extra features for standard library's cmd module"
2HOMEPAGE = "http://packages.python.org/cmd2/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e"
6
7SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe"
8SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += "python-pyparsing"