diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-25 09:19:33 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-25 09:19:33 -0400 |
| commit | d8bf5c732b3399820306a2ef2b540e6d1489ba96 (patch) | |
| tree | 55f6e7d564e13bc226048d9ee9c5127787c8b2be /meta-openstack/recipes-devtools/python | |
| parent | a32d653b7db8346fab84342561c170c397e5da13 (diff) | |
| download | meta-cloud-services-d8bf5c732b3399820306a2ef2b540e6d1489ba96.tar.gz | |
libs: version refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 14 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb index da7e334..7a6bb83 100644 --- a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb +++ b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb | |||
| @@ -19,3 +19,5 @@ inherit setuptools | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | 19 | RDEPENDS_${PN} += "python-prettytable \ |
| 20 | python-cmd2 \ | 20 | python-cmd2 \ |
| 21 | python-pyparsing" | 21 | python-pyparsing" |
| 22 | |||
| 23 | CLEANBROKEN = "1" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb index ae8f44a..ec5c589 100644 --- a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb +++ b/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb | |||
| @@ -16,4 +16,12 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | # DEPENDS_default: python-pip | ||
| 19 | 20 | ||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb b/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb index a56ca95..c4b0569 100644 --- a/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb +++ b/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb | |||
| @@ -2,15 +2,15 @@ DESCRIPTION = "ASN.1 types and codecs" | |||
| 2 | HOMEPAGE = "http://sourceforge.net/projects/pyasn1/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/pyasn1/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ccc3f3f25785e9d645699e5d7433942" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ae098273b2cf8b4af164ac20e32bddf7" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "pyasn1" | 8 | SRCNAME = "pyasn1" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.6.tar.gz" | 10 | SRC_URI = "http://pypi.python.org/packages/source/p/pyasn1/pyasn1-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "e1851ac1123c50f134cc29420fd5e0bd" | 12 | SRC_URI[md5sum] = "2cbd80fcd4c7b1c82180d3d76fee18c8" |
| 13 | SRC_URI[sha256sum] = "a7c51782cea4d823454915ad46a580fe53b9adfe6514560d4b9cb590e002be35" | 13 | SRC_URI[sha256sum] = "e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
