diff options
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 | 9 |
1 files changed, 1 insertions, 8 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 71e0dc0..ca27cb5 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 | |||
| @@ -4,20 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" |
| 6 | 6 | ||
| 7 | SRCNAME = "lesscpy" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | DEPENDS += "python-ply" | 7 | DEPENDS += "python-ply" |
| 13 | RDEPENDS_${PN} += "python-ply" | 8 | RDEPENDS_${PN} += "python-ply" |
| 14 | 9 | ||
| 15 | SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" | 10 | SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" |
| 16 | SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" | 11 | SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" |
| 17 | 12 | ||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | inherit setuptools pypi |
| 19 | |||
| 20 | inherit setuptools | ||
| 21 | 14 | ||
| 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | 15 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ |
| 23 | --prefix=${prefix} \ | 16 | --prefix=${prefix} \ |
