summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-01-06 13:23:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-08 16:24:33 -0500
commitfc3c8894a81e40ea09f0ad1530fbbad3180cac78 (patch)
tree300f82859ae64641382657d482cac429133a843e /meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc
parentf2b0aebd9693c2fb93a8591bbe15dd6e1f5cb518 (diff)
downloadmeta-cloud-services-fc3c8894a81e40ea09f0ad1530fbbad3180cac78.tar.gz
python-xstatic-bootstrap-datepicker: Add 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-bootstrap-datepicker.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc
new file mode 100644
index 0000000..4988539
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc
@@ -0,0 +1,19 @@
1DESCRIPTION = "Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=97d9c60d3a8c5fccccb317f944688479"
6
7PYPI_PACKAGE = "XStatic-Bootstrap-Datepicker"
8
9SRC_URI[md5sum] = "c2f5c58a7b41162923eca5a36b29b8b2"
10SRC_URI[sha256sum] = "9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944"
11
12inherit pypi
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS_${PN} += " \
19 "