summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb (renamed from meta-openstack/recipes-devtools/python/python-lesscpy.inc)6
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb
deleted file mode 100644
index 167b970..0000000
--- a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-lesscpy.inc
2inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy.inc b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
index c10b0b8..64417b3 100644
--- a/meta-openstack/recipes-devtools/python/python-lesscpy.inc
+++ b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d"
7DEPENDS += "${PYTHON_PN}-ply" 7DEPENDS += "${PYTHON_PN}-ply"
8RDEPENDS_${PN} += "${PYTHON_PN}-ply" 8RDEPENDS_${PN} += "${PYTHON_PN}-ply"
9 9
10SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" 10SRC_URI[md5sum] = "efe82be479ddb7bdc48b2114dab94b20"
11SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" 11SRC_URI[sha256sum] = "7b664f60818a16afa8cc9f1dd6d9b17f944e0ce94e50787d76f81bc7a8648cce"
12 12
13inherit pypi 13inherit setuptools3 pypi
14 14
15DISTUTILS_INSTALL_ARGS = "--root=${D} \ 15DISTUTILS_INSTALL_ARGS = "--root=${D} \
16 --prefix=${prefix} \ 16 --prefix=${prefix} \