From cb818bedd27c450adcaa6d897bbdb1db95ee549b Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Jan 2020 14:55:35 +0800 Subject: python-xstatic-d3: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-xstatic-d3.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-d3.inc (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-d3.inc') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-d3.inc b/meta-openstack/recipes-devtools/python/python-xstatic-d3.inc new file mode 100644 index 0000000..0577db5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-d3.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "D3 JavaScript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-D3" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PYPI_PACKAGE = "XStatic-D3" + +SRC_URI[md5sum] = "2729f32f218b122999c26daeaf67a0a8" +SRC_URI[sha256sum] = "176e93eee7192e07fc54334ddb1a6b64fcfc8cde6abb23f65727856bb9dd1829" + +inherit pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf