diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-01-13 11:02:30 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-15 16:23:55 -0500 |
| commit | 23d81a47784bde091518f679ced7e9e6195f973d (patch) | |
| tree | 7ae9d372ad0d18119a3395c26be3d8e18b9a52aa /meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |
| parent | 8746dc3045a399d6f10551ce96b1a78fed6907b2 (diff) | |
| download | meta-cloud-services-23d81a47784bde091518f679ced7e9e6195f973d.tar.gz | |
python-lesscpy: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb index ca27cb5..43d7ff8 100644 --- a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb +++ b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |||
| @@ -1,18 +1,2 @@ | |||
| 1 | DESCRIPTION = "Python lesscpy: Python LESS Compiler" | 1 | require python-lesscpy.inc |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" | ||
| 6 | |||
| 7 | DEPENDS += "python-ply" | ||
| 8 | RDEPENDS_${PN} += "python-ply" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" | ||
| 11 | SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" | ||
| 12 | |||
| 13 | inherit setuptools pypi | ||
| 14 | |||
| 15 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 16 | --prefix=${prefix} \ | ||
| 17 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 18 | --install-data=${datadir}" | ||
