summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-13 14:32:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-14 12:38:27 -0500
commit7063d4b65c27585a9ae282f75e6cadc8ee395273 (patch)
treef75bcd9027d28320e3c337c1e5f6017300dca165 /meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb
parentb89b484046975c026a5770fe397694a245e1f176 (diff)
downloadmeta-cloud-services-7063d4b65c27585a9ae282f75e6cadc8ee395273.tar.gz
python-xstatic-*: uprev to required versions
The python-horizon requires specific versions of the various python-xstatic-* per its requirements.txt file. Being 'xtatic' packages these have no additional dependencies so the uprevs are mostly straitforward version updates with a check that the license hasn't changed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb
deleted file mode 100644
index ee33537..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-d3_3.1.6.2.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "D3 JavaScript library packaged for setuptools"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-D3"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0acf9e872391f112ea29deaa9fb0cab5"
6
7PR = "r0"
8
9SRCNAME = "XStatic-D3"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "835164e50cfbeb781a42e4d16f75a50c"
13SRC_URI[sha256sum] = "46fe521f8dad99f5e20f6702180510c37b81d11f1d78119d308fcec31381f90e"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "