summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-01-14 13:42:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-15 16:23:54 -0500
commitda0019928cbf6751aa964b286c267b5b457d9a57 (patch)
treecfb81bca4c4d7e17161d88a2696536000bab63aa
parent500066d4f2cdaad0ee431f81cc732c9dbc141636 (diff)
downloadmeta-cloud-services-da0019928cbf6751aa964b286c267b5b457d9a57.tar.gz
python-xstatic: 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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb22
1 files changed, 0 insertions, 22 deletions
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 @@
1DESCRIPTION = "XStatic base package with minimal support code"
2HOMEPAGE = "http:/bitbucket.org/thomaswaldmann/xstatic"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e"
6
7PYPI_PACKAGE = "XStatic"
8
9SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc"
10SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726"
11
12inherit setuptools pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "