From 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Feb 2016 23:05:18 -0500 Subject: Update python recipes to use the common pypi package Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-markupsafe.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-markupsafe.inc') diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc index 1b3e0a05c9..fd7d9bdc27 100644 --- a/meta-python/recipes-devtools/python/python-markupsafe.inc +++ b/meta-python/recipes-devtools/python/python-markupsafe.inc @@ -1,17 +1,14 @@ DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python" HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" -SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127" PR = "r0" -SRCNAME = "MarkupSafe" - -SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "f5ab3deee4c37cd6a922fb81e730da6e" SRC_URI[sha256sum] = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3" -S = "${WORKDIR}/${SRCNAME}-${PV}" +PYPI_PACKAGE = "MarkupSafe" +inherit pypi RDEPENDS_${PN} += "${PYTHON_PN}-re" -- cgit v1.2.3-54-g00ecf