diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-08-19 02:41:44 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-20 15:25:41 -0400 |
| commit | 1817605b73eb5be38eab1338b8723b3eb152aea3 (patch) | |
| tree | 1866d4281aea74fee526fef8135fa6b91e7c101b /meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb | |
| parent | e088b9241f66e3fd435c61438fc18e9775cc77b7 (diff) | |
| download | meta-cloud-services-1817605b73eb5be38eab1338b8723b3eb152aea3.tar.gz | |
python3-xstatic-mdi: upgrade 1.4.57.0 -> 1.6.50.2
-License-Update: Update PKG-INFO.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb new file mode 100644 index 0000000..3354f47 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-mdi_1.6.50.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "mdi javascript library packaged for setuptools3 (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-mdi" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af9320964a0ddf3bd33eccd79c29f964" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-mdi" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "aa720e603fce607681cc69989fbd41a9" | ||
| 10 | SRC_URI[sha256sum] = "be1005af7a593b0b3a349aadb05e4160ea65894248a47b246c6658345e2f10c1" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python3-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
