summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.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-font-awesome_4.3.0.0.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-font-awesome_4.3.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
deleted file mode 100644
index 4f90fbb..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=821ae461252f11e98fefe8bdfaa130ca"
6
7
8SRCNAME = "XStatic-Font-Awesome"
9SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "56e637fe7b3dcdd2ebd683996ad60759"
12SRC_URI[sha256sum] = "d2c0548990a22744ad20013e1d095de8ba1ea56b1878d8393a721205b03885c3"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "