summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lesscpy.inc
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-22 10:27:25 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-27 22:44:47 -0400
commitfc614f369481608b3501f91ca80f78e542485a7b (patch)
tree7bc003621d68b5b92383c454c6433df1c5c071bd /meta-openstack/recipes-devtools/python/python-lesscpy.inc
parentc0e6092f03a3dcffeb01bfa122f8a822f73409b6 (diff)
downloadmeta-cloud-services-fc614f369481608b3501f91ca80f78e542485a7b.tar.gz
python3-lesscpy: upgrade 0.10.2 -> 0.14.0
Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lesscpy.inc18
1 files changed, 0 insertions, 18 deletions
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 @@
1DESCRIPTION = "Python lesscpy: Python LESS Compiler"
2HOMEPAGE = "https://pypi.python.org/pypi/lesscpy"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d"
6
7DEPENDS += "${PYTHON_PN}-ply"
8RDEPENDS_${PN} += "${PYTHON_PN}-ply"
9
10SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d"
11SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055"
12
13inherit pypi
14
15DISTUTILS_INSTALL_ARGS = "--root=${D} \
16 --prefix=${prefix} \
17 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
18 --install-data=${datadir}"