diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-11 11:31:46 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-12 12:28:32 -0500 |
| commit | cc85ecd62d0310017e1634d9b08dab8069c12e76 (patch) | |
| tree | 2b0e4fe8ffc5e028581a288d2939fc5becef67c8 /meta-openstack | |
| parent | cedf993841d213b80489d47caf68a0acdd47e5b0 (diff) | |
| download | meta-cloud-services-cc85ecd62d0310017e1634d9b08dab8069c12e76.tar.gz | |
python-jinja2: 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jinja2_2.7.3.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.3.bb b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.3.bb deleted file mode 100644 index 4ffa968..0000000 --- a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.3.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Jinja2" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b9dffd2f3b43d673802fe857c8445b1a" | ||
| 10 | SRC_URI[sha256sum] = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "python-io \ | ||
| 15 | python-pickle \ | ||
| 16 | python-crypt \ | ||
| 17 | python-math \ | ||
| 18 | python-netclient \ | ||
| 19 | python-re \ | ||
| 20 | python-textutils \ | ||
| 21 | python-lang \ | ||
| 22 | python-pprint \ | ||
| 23 | python-shell \ | ||
| 24 | python-markupsafe" | ||
| 25 | |||
| 26 | CLEANBROKEN = "1" | ||
