diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-22 10:27:25 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-27 22:44:47 -0400 |
| commit | fc614f369481608b3501f91ca80f78e542485a7b (patch) | |
| tree | 7bc003621d68b5b92383c454c6433df1c5c071bd /meta-openstack/recipes-devtools/python/python-lesscpy.inc | |
| parent | c0e6092f03a3dcffeb01bfa122f8a822f73409b6 (diff) | |
| download | meta-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.inc | 18 |
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 @@ | |||
| 1 | DESCRIPTION = "Python lesscpy: Python LESS Compiler" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" | ||
| 6 | |||
| 7 | DEPENDS += "${PYTHON_PN}-ply" | ||
| 8 | RDEPENDS_${PN} += "${PYTHON_PN}-ply" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" | ||
| 11 | SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 16 | --prefix=${prefix} \ | ||
| 17 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 18 | --install-data=${datadir}" | ||
