From da0019928cbf6751aa964b286c267b5b457d9a57 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 14 Jan 2020 13:42:02 +0800 Subject: python-xstatic: 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 --- .../python/python-xstatic_1.0.1.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb deleted file mode 100644 index 3e5c8d3..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "XStatic base package with minimal support code" -HOMEPAGE = "http:/bitbucket.org/thomaswaldmann/xstatic" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e" - -PYPI_PACKAGE = "XStatic" - -SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc" -SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf