summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-10-20 11:29:35 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-27 23:26:52 -0400
commit769b0c5537b39d61afe05972bec8efa1b01bf0b3 (patch)
tree17e50e839cc9f5fd5e0510da25d67b184eb0c96a /meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
parentfbb85778636481e4a7c08d3a7012892d4ea58708 (diff)
downloadmeta-cloud-services-769b0c5537b39d61afe05972bec8efa1b01bf0b3.tar.gz
python3-xstatic-qunit: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. 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/python-xstatic-qunit_1.14.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
deleted file mode 100644
index 014b004..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "QUnit JavaScript library packaged for setuptools3"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-QUnit"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0093d355f8ef8497e548012c01051ce2"
6
7PYPI_PACKAGE = "XStatic-QUnit"
8
9SRC_URI[md5sum] = "21d48252d3301bd7ae530bfeffa3d108"
10SRC_URI[sha256sum] = "c5e2d68d55a3f62b1cfc586112099a522a0a2e2eb22533bbe5dff7d907249ee6"
11
12inherit setuptools3 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "