summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:54:47 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commit3bc0e1f0ec2392b0a479c253559bc6668da7f0db (patch)
tree3da88c09feec58ac07a04986b837b52713034f45 /meta-openstack/recipes-devtools/python
parent1b7fd012a51f85bef0d655e1bab268f1086ad503 (diff)
downloadmeta-cloud-services-3bc0e1f0ec2392b0a479c253559bc6668da7f0db.tar.gz
python-markupsafe: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb15
1 files changed, 0 insertions, 15 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 4551d46..0000000
--- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
2HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
6
7PYPI_PACKAGE = "MarkupSafe"
8
9SRC_URI[md5sum] = "f8d252fd05371e51dec2fe9a36890687"
10SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82"
11
12inherit setuptools pypi
13
14RDEPENDS_${PN} += "python-re"
15