diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:06 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 3dd375570e0c1bc3a94d1d821946c511b17b1382 (patch) | |
| tree | 02df0ad801228de173b3ca88ac5862c7e5d9d3f0 /meta-openstack | |
| parent | ac446f3bc8a6df622f3551952f055064847f6f0e (diff) | |
| download | meta-cloud-services-3dd375570e0c1bc3a94d1d821946c511b17b1382.tar.gz | |
python-*: uprev to versions required for liberty
This is a collection of recipe uprevs that bring various packages up
to the version required to support the liberty release.
These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM
updates along with updates to the list of dependencies. Where possible
recipes have been updated to use git to facilitate future uprevs.
For python-futures we need to add a PREFERRED_VERSION to ensure the
git version will take precedence over a versioned recipe found in
another layer.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
14 files changed, 110 insertions, 75 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index f0d42b8..06ed511 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -14,4 +14,5 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true" | |||
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.1" | 14 | PREFERRED_VERSION_python-greenlet = "0.4.1" |
| 15 | PREFERRED_VERSION_python-sqlalchemy = "0.9.7" | 15 | PREFERRED_VERSION_python-sqlalchemy = "0.9.7" |
| 16 | PREFERRED_VERSION_python-pexpect = "3.3" | 16 | PREFERRED_VERSION_python-pexpect = "3.3" |
| 17 | PREFERRED_VERSION_python-futures = "3.0.3" | ||
| 17 | PREFERRED_VERSION_python-django = "1.8.6" | 18 | PREFERRED_VERSION_python-django = "1.8.6" |
diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb index 51b0934..01214e4 100644 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb +++ b/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb | |||
| @@ -8,12 +8,15 @@ SRCNAME = "alembic" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "1814563f5042b28c5c452f2faa895d8e" | 11 | SRC_URI[md5sum] = "2e4ef17675316af9f09d749b0aee390e" |
| 12 | SRC_URI[sha256sum] = "f998184b8cd6d522249e88bb0e7f6ccd80cdd73df50189e85c7c35740b17e7d4" | 12 | SRC_URI[sha256sum] = "eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
| 17 | 17 | ||
| 18 | RDEPENDS_${PN} += "python-sqlalchemy" | 18 | RDEPENDS_${PN} += " \ |
| 19 | python-sqlalchemy \ | ||
| 20 | python-python-editor \ | ||
| 21 | " | ||
| 19 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.15.0.bb index 49d4186..c241ab4 100644 --- a/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb +++ b/meta-openstack/recipes-devtools/python/python-cliff_1.15.0.bb | |||
| @@ -8,12 +8,12 @@ SRCNAME = "cliff" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "188212b80ee152ee65b2018975193418" | 11 | SRC_URI[md5sum] = "23f9187d6d7ffa70d8f725381bb1094f" |
| 12 | SRC_URI[sha256sum] = "2b92d12cf1aa59c0cf1914b4b6b02b78daadac890a53d0e6b71b5220661ab9e0" | 12 | SRC_URI[sha256sum] = "f5ba6fe0940547549947d5a24ca3354145a603d3a9ba054f209d20b66dc02be7" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools rmargparse |
| 17 | 17 | ||
| 18 | DEPENDS += "\ | 18 | DEPENDS += "\ |
| 19 | python-pbr \ | 19 | python-pbr \ |
| @@ -22,6 +22,13 @@ DEPENDS += "\ | |||
| 22 | RDEPENDS_${PN} += "python-prettytable \ | 22 | RDEPENDS_${PN} += "python-prettytable \ |
| 23 | python-cmd2 \ | 23 | python-cmd2 \ |
| 24 | python-pbr \ | 24 | python-pbr \ |
| 25 | python-pyparsing" | 25 | python-pyparsing \ |
| 26 | python-prettytable \ | ||
| 27 | python-pyparsing \ | ||
| 28 | python-six \ | ||
| 29 | python-stevedore \ | ||
| 30 | python-unicodecsv \ | ||
| 31 | python-pyyaml \ | ||
| 32 | " | ||
| 26 | 33 | ||
| 27 | CLEANBROKEN = "1" | 34 | CLEANBROKEN = "1" |
diff --git a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-futures_git.bb index 7369231..f26be9a 100644 --- a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb +++ b/meta-openstack/recipes-devtools/python/python-futures_git.bb | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | DESCRIPTION = "Backport of the concurrent.futures package from Python 3.2" | 1 | DESCRIPTION = "Backport of the concurrent.futures package from Python 3.2" |
| 2 | HOMEPAGE = "http://code.google.com/p/pythonfutures" | 2 | HOMEPAGE = "https://github.com/agronholm/pythonfutures" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" |
| 6 | 6 | ||
| 7 | SRCNAME = "futures" | 7 | PV = "3.0.3+git${SRCPV}" |
| 8 | SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 8 | SRCREV = "6532a7449d8102c172ea5011f1552fcc163c09f1" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "310e446de8609ddb59d0886e35edb534" | 10 | SRCNAME = "futures" |
| 11 | SRC_URI[sha256sum] = "151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3" | 11 | SRC_URI = "git://github.com/agronholm/python${SRCNAME}.git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-memcached_1.53.bb b/meta-openstack/recipes-devtools/python/python-memcached_git.bb index 20be545..9237af3 100644 --- a/meta-openstack/recipes-devtools/python/python-memcached_1.53.bb +++ b/meta-openstack/recipes-devtools/python/python-memcached_git.bb | |||
| @@ -8,11 +8,16 @@ SECTION = "devel/python" | |||
| 8 | LICENSE = "PSF" | 8 | LICENSE = "PSF" |
| 9 | LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" | 9 | LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" |
| 10 | 10 | ||
| 11 | PR = "r0" | 11 | PV = "1.57+git${SRCPV}" |
| 12 | SRCREV = "664bd3e23fe500fbde4c70636e2d24c8fd2f35af" | ||
| 12 | 13 | ||
| 13 | SRC_URI = "http://ftp.tummy.com/pub/python-memcached/old-releases/${PN}-${PV}.tar.gz" | 14 | SRC_URI = "git://github.com/linsomniac/${BPN}.git" |
| 14 | 15 | ||
| 15 | SRC_URI[md5sum] = "e0e2b44613bb5443e3411b20f16664e0" | 16 | S = "${WORKDIR}/git" |
| 16 | SRC_URI[sha256sum] = "af04ea031b271a54f085166773e028fe053fc1d9a58cd8b3c3a57945990bfb48" | ||
| 17 | 17 | ||
| 18 | inherit setuptools | 18 | inherit setuptools |
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-six \ | ||
| 22 | " | ||
| 23 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb index 273fdd4..fdf80b3 100644 --- a/meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb +++ b/meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb | |||
| @@ -4,13 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pbr" | 7 | SRCNAME = "pbr" |
| 9 | 8 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 10 | ||
| 12 | SRC_URI[md5sum] = "21f847dd9d3f9bd37db402067024be98" | 11 | SRC_URI[md5sum] = "c8f9285e1a4ca6f9654c529b158baa3a" |
| 13 | SRC_URI[sha256sum] = "f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92" | 12 | SRC_URI[sha256sum] = "e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_0.9.0.bb b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb index afdc99b..44b4498 100644 --- a/meta-openstack/recipes-devtools/python/python-pycadf_0.9.0.bb +++ b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb | |||
| @@ -4,14 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | PV = "1.1.0+git${SRCPV}" | ||
| 8 | SRCREV = "c5dc0d9577e455f149edb5331a6e493def6928d5" | ||
| 7 | 9 | ||
| 8 | SRCNAME = "pycadf" | 10 | SRCNAME = "pycadf" |
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 10 | 12 | ||
| 11 | SRC_URI[md5sum] = "cadda6f685a31abf18a0efe40541fec8" | 13 | S = "${WORKDIR}/git" |
| 12 | SRC_URI[sha256sum] = "3bda0f95b6defd0d0c6afc827617002ddd0688bed5ccc93a25965aa1d6b40094" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | 14 | ||
| 16 | inherit setuptools | 15 | inherit setuptools |
| 17 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pysaml2_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-pysaml2_2.4.0.bb deleted file mode 100644 index d4cb7fa..0000000 --- a/meta-openstack/recipes-devtools/python/python-pysaml2_2.4.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" | ||
| 2 | HOMEPAGE = "https://github.com/rohe/pysaml2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=64573b44c7c80d328f0c1a830b44df84" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "pysaml2" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "9045eb4bd58f6f647de3dd33fe6dfa29" | ||
| 12 | SRC_URI[sha256sum] = "a26804150ddc5da803d0df4b7026b613a3571c387fd6d107f6263aabf2c84ec6" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb b/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb new file mode 100644 index 0000000..08bb0d6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" | ||
| 2 | HOMEPAGE = "https://github.com/rohe/pysaml2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e53b335c47f863b1e324a1c9f2e8e3f3" | ||
| 6 | |||
| 7 | PV = "3.0.2+git${SRCPV}" | ||
| 8 | SRCREV = "248c629aa570b16fdc79c5a5eb2b3c4c0ee52916" | ||
| 9 | |||
| 10 | SRCNAME = "pysaml2" | ||
| 11 | SRC_URI = "git://github.com/rohe/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-zopeinterface \ | ||
| 23 | python-repoze.who \ | ||
| 24 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb deleted file mode 100644 index ad459c7..0000000 --- a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Python re-implementation of the Rails routes system." | ||
| 2 | HOMEPAGE = "http://routes.groovie.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=151dabc4f4b91d0ac53e87d5326787fd" | ||
| 6 | |||
| 7 | SRCNAME = "Routes" | ||
| 8 | |||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/R/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "e6e463318a9dc6ad2f1b3040e998f0b4" | ||
| 12 | SRC_URI[sha256sum] = "ebf4126e244cf11414653b5ba5f27ed4abfad38b906a01e5d4c93d3ce5568ea3" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += "python-repoze.lru" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb new file mode 100644 index 0000000..814339b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A Python re-implementation of the Rails routes system." | ||
| 2 | HOMEPAGE = "http://routes.groovie.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa6285dc7b7c93b3905bb2757f33eb62" | ||
| 6 | |||
| 7 | PV = "1.13+git${SRCPV}" | ||
| 8 | SRCREV = "467501d5fcfa265b3dfae615e7f0dcda8ce79d4e" | ||
| 9 | |||
| 10 | SRCNAME = "Routes" | ||
| 11 | SRC_URI = "git://github.com/bbangert/routes.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += "python-repoze.lru" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb index de04105..bdacb14 100644 --- a/meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb +++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb | |||
| @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 8 | SRCNAME = "stevedore" | 8 | SRCNAME = "stevedore" |
| 9 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "c53fc7d4408f715339e7fd3e8189ca4e" | 11 | SRC_URI[md5sum] = "53e2bc3b49dd9c920cfce7f63822b1a5" |
| 12 | SRC_URI[sha256sum] = "dab2aa31ec742f651e6a2fe0429560aebbbe0fb7fc462fa0ff565c8f5ff2ec25" | 12 | SRC_URI[sha256sum] = "cc19908840498ed5f7cb5cf59bbe47b41aa9d65821548e2b3c8a99a571cbec06" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools rmargparse |
| 17 | 17 | ||
| 18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
| 19 | python-pip \ | 19 | python-pip \ |
| @@ -22,4 +22,5 @@ DEPENDS += " \ | |||
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 24 | python-pbr \ | 24 | python-pbr \ |
| 25 | python-argparse \ | ||
| 25 | " | 26 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb index 287a311..088d4d1 100644 --- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb +++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb | |||
| @@ -4,14 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 10 | git://git.openstack.org/openstack/taskflow.git;branch=master \ | 8 | git://git.openstack.org/openstack/taskflow.git;branch=master \ |
| 11 | " | 9 | " |
| 12 | 10 | ||
| 13 | PV="0.2+git${SRCPV}" | 11 | PV="1.21.0+git${SRCPV}" |
| 14 | SRCREV="8800572da240b1f1856898952ce804936dafe49f" | 12 | SRCREV="52bd5e89fdddec49907a45e83a7a4b1abd1d1291" |
| 15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 16 | 14 | ||
| 17 | inherit setuptools | 15 | inherit setuptools |
| @@ -30,4 +28,15 @@ RDEPENDS_${PN} += " \ | |||
| 30 | python-babel \ | 28 | python-babel \ |
| 31 | python-stevedore \ | 29 | python-stevedore \ |
| 32 | python-futures \ | 30 | python-futures \ |
| 31 | python-futurist \ | ||
| 32 | python-fasteners \ | ||
| 33 | python-contextlib2 \ | ||
| 34 | python-monotonic \ | ||
| 35 | python-jsonschema \ | ||
| 36 | python-automaton \ | ||
| 37 | python-oslo.utils \ | ||
| 38 | python-oslo.serialization \ | ||
| 39 | python-cachetools \ | ||
| 40 | python-debtcollector \ | ||
| 41 | python-enum34 \ | ||
| 33 | " | 42 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_0.15.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb index 75e921e..a2c4f52 100644 --- a/meta-openstack/recipes-devtools/python/python-tooz_0.15.0.bb +++ b/meta-openstack/recipes-devtools/python/python-tooz_1.25.0.bb | |||
| @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 8 | SRCNAME = "tooz" | 8 | SRCNAME = "tooz" |
| 9 | SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "741a416818c47b26a6017152daad22ce" | 11 | SRC_URI[md5sum] = "939eaf6c5e49d3a41e8c9f2e92126cfc" |
| 12 | SRC_URI[sha256sum] = "3a6ae76d8eae96092db0ed340c6ab4bf4d1418eaa19d659a7a56a92227134eb3" | 12 | SRC_URI[sha256sum] = "d61639640b8e4fc64195306f8fae92cf271a002c690bf693ee51f9790cf8141e" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| @@ -29,4 +29,15 @@ RDEPENDS_${PN} += " \ | |||
| 29 | python-sysv-ipc \ | 29 | python-sysv-ipc \ |
| 30 | python-memcache \ | 30 | python-memcache \ |
| 31 | python-pbr \ | 31 | python-pbr \ |
| 32 | python-babel \ | ||
| 33 | python-stevedore \ | ||
| 34 | python-six \ | ||
| 35 | python-iso8601 \ | ||
| 36 | python-msgpack \ | ||
| 37 | python-fasteners \ | ||
| 38 | python-retrying \ | ||
| 39 | python-futurist \ | ||
| 40 | python-oslo.utils \ | ||
| 41 | python-oslo.serialization \ | ||
| 42 | python-futures \ | ||
| 32 | " | 43 | " |
