diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:16:00 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:16:00 +0200 |
| commit | 52fcdd08e4b7b5c364de8b058937555b877eb014 (patch) | |
| tree | f543f943a4ef9533863efb30cda5382a690af04f /meta-openstack/recipes-devtools | |
| parent | b2ea8c67db8bf72a39514b7f4186b75abede1d66 (diff) | |
| download | meta-cloud-services-52fcdd08e4b7b5c364de8b058937555b877eb014.tar.gz | |
python-markupsafe: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index fc14a51..0000000 --- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python" | ||
| 2 | HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "MarkupSafe" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f8d252fd05371e51dec2fe9a36890687" | ||
| 13 | SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-re" | ||
| 20 | |||
