summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
commit402837ab13e791abb8690b50a0374f2cf1b12a1f (patch)
tree35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb
parent9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff)
downloadmeta-cloud-services-402837ab13e791abb8690b50a0374f2cf1b12a1f.tar.gz
core: add juno (2014.2) dependencies
Updating components and support utilities for the juno 2014.2 update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb
deleted file mode 100644
index ff32869..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1DESCRIPTION = "oslo.i18n library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PR = "r0"
8
9SRCNAME = "oslo.i18n"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "7a4e9139c8d0a28bb07ff4c4ec1218cb"
13SRC_URI[sha256sum] = "c682a261de6b0d75291478c422e9ff75c220fa5e58856735d988c09bf14773bb"
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 python-babel \
28 "