From fc614f369481608b3501f91ca80f78e542485a7b Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 22 Sep 2020 10:27:25 +0800 Subject: python3-lesscpy: upgrade 0.10.2 -> 0.14.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-lesscpy.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lesscpy.inc (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy.inc') diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy.inc b/meta-openstack/recipes-devtools/python/python-lesscpy.inc deleted file mode 100644 index c10b0b8..0000000 --- a/meta-openstack/recipes-devtools/python/python-lesscpy.inc +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Python lesscpy: Python LESS Compiler" -HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" - -DEPENDS += "${PYTHON_PN}-ply" -RDEPENDS_${PN} += "${PYTHON_PN}-ply" - -SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" -SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" - -inherit pypi - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf