From cc85ecd62d0310017e1634d9b08dab8069c12e76 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:31:46 +0800 Subject: python-jinja2: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jinja2_2.7.3.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-jinja2_2.7.3.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ -DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." -HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" - -PYPI_PACKAGE = "Jinja2" - -SRC_URI[md5sum] = "b9dffd2f3b43d673802fe857c8445b1a" -SRC_URI[sha256sum] = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb" - -inherit setuptools pypi - -RDEPENDS_${PN} += "python-io \ - python-pickle \ - python-crypt \ - python-math \ - python-netclient \ - python-re \ - python-textutils \ - python-lang \ - python-pprint \ - python-shell \ - python-markupsafe" - -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf