diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-20 11:29:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:26:52 -0400 |
| commit | 769b0c5537b39d61afe05972bec8efa1b01bf0b3 (patch) | |
| tree | 17e50e839cc9f5fd5e0510da25d67b184eb0c96a /meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb | |
| parent | fbb85778636481e4a7c08d3a7012892d4ea58708 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "QUnit JavaScript library packaged for setuptools3" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-QUnit" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0093d355f8ef8497e548012c01051ce2" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-QUnit" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "21d48252d3301bd7ae530bfeffa3d108" | ||
| 10 | SRC_URI[sha256sum] = "c5e2d68d55a3f62b1cfc586112099a522a0a2e2eb22533bbe5dff7d907249ee6" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
