diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-08-25 04:08:10 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-27 16:18:35 -0400 |
| commit | eb0e7ed6a339d01bb47660317f161c9184d92117 (patch) | |
| tree | c53c709d5c4b6b550cea4f7a3e043c91f736a2d4 /meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb | |
| parent | 9db720be9a93ae85672125cad83eab3d4f95b352 (diff) | |
| download | meta-cloud-services-eb0e7ed6a339d01bb47660317f161c9184d92117.tar.gz | |
python3-xstatic-bootstrap-scss: upgrade 3.3.7.1 -> 3.4.1.0
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/python3-xstatic-bootstrap-scss_3.4.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb new file mode 100644 index 0000000..3102979 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "%DESCRIPTION%" | ||
| 2 | HOMEPAGE = "%URL%" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Bootstrap-SCSS" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "01b41f33c6c57d1a5d59f41ce360bdd0" | ||
| 10 | SRC_URI[sha256sum] = "5cb56f0090cb6489d643730de57c68d8a6714f2b9fe526ac89bb68f5d77dfe10" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
