diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-11 14:26:19 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-11 14:26:19 -0500 |
| commit | 402837ab13e791abb8690b50a0374f2cf1b12a1f (patch) | |
| tree | 35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack | |
| parent | 9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb (renamed from meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.1.bb) | 0 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb (renamed from meta-openstack/recipes-devtools/python/python-netaddr_0.7.10.bb) | 0 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb | 27 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb) | 0 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb) | 0 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb | 27 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb (renamed from meta-openstack/recipes-devtools/python/python-pycadf_0.5.1.bb) | 0 |
7 files changed, 54 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.1.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb index 3e2a65c..3e2a65c 100644 --- a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.1.bb +++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb | |||
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.10.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb index a09243a..a09243a 100644 --- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.10.bb +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb | |||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb new file mode 100644 index 0000000..f0eee63 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_0.2.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "oslo.concurrency library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.concurrency" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "dac550b3d2ae1102f686e76788668f06" | ||
| 13 | SRC_URI[sha256sum] = "acebe17ad0509be62bcb26d33676336c3e622651fc47feb38753882b39a7efb4" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb index bbee63b..bbee63b 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb | |||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb index ff32869..ff32869 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_0.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb | |||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb new file mode 100644 index 0000000..f42e498 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_0.1.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Oslo Middleware library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.middleware" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "52fe009ad08c4ee9f9a3d26843ff41f0" | ||
| 13 | SRC_URI[sha256sum] = "539d401f4496606ac36795e1238a66c40b6aa4d4df21fd0fecec3a27ec0b2340" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_0.5.1.bb b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb index 7e80309..7e80309 100644 --- a/meta-openstack/recipes-devtools/python/python-pycadf_0.5.1.bb +++ b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb | |||
