From a34a87b2ea6cf1762bbeb16e4a10b3a27682c489 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 27 Oct 2020 13:30:11 +0800 Subject: python3-rjsmin: upgrade 1.0.12 -> 1.1.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-rjsmin.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-rjsmin.inc (limited to 'meta-openstack/recipes-devtools/python/python-rjsmin.inc') diff --git a/meta-openstack/recipes-devtools/python/python-rjsmin.inc b/meta-openstack/recipes-devtools/python/python-rjsmin.inc deleted file mode 100644 index 0305a33..0000000 --- a/meta-openstack/recipes-devtools/python/python-rjsmin.inc +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "rJSmin is a javascript minifier written in python." -HOMEPAGE = "http://opensource.perlig.de/rjsmin/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -SRC_URI[md5sum] = "9f67e133c88df5497d3da847603da9bf" -SRC_URI[sha256sum] = "dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1" - -inherit pypi - -RDEPENDS_${PN} += " \ - " - -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf