From 9737298bba752ba295860e60868b7b16bc83a9c7 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:21:16 +0800 Subject: python3-xstatic-angular-irdragndrop: Consolidate in a single file Consolidate inc and bb files into a single bb file. Since python2 is no longer maintained, the recipe of python2 is removed. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-angular-irdragndrop.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc deleted file mode 100644 index 90331a9..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop.inc +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools" -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298" - -PYPI_PACKAGE = "XStatic-Angular-IrDragNDrop" - -SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84" -SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d" - -inherit pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf