From e62a7c090171c794769712bb28672c446a9f20c5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:16:57 +0800 Subject: python-cmd2: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ -DESCRIPTION = "Extra features for standard library's cmd module" -HOMEPAGE = "http://packages.python.org/cmd2/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e" - -SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe" -SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8" - -inherit setuptools pypi - -RDEPENDS_${PN} += "python-pyparsing" -- cgit v1.2.3-54-g00ecf