diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb index fc14a51..4551d46 100644 --- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb +++ b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | |||
| @@ -4,17 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PYPI_PACKAGE = "MarkupSafe" |
| 8 | SRCNAME = "MarkupSafe" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | 8 | ||
| 12 | SRC_URI[md5sum] = "f8d252fd05371e51dec2fe9a36890687" | 9 | SRC_URI[md5sum] = "f8d252fd05371e51dec2fe9a36890687" |
| 13 | SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82" | 10 | SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82" |
| 14 | 11 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 12 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 13 | ||
| 19 | RDEPENDS_${PN} += "python-re" | 14 | RDEPENDS_${PN} += "python-re" |
| 20 | 15 | ||
