diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-05 16:29:49 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-06 09:35:50 -0400 |
| commit | 622ffa3062b2fa05a1cdbd44074350aac7414064 (patch) | |
| tree | 887d4efe9a6609bc6ce8df4adfd464019a31554a /meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb | |
| parent | 0694253b5e99de0d8e2e77bf186680b1f6479c27 (diff) | |
| download | meta-cloud-services-622ffa3062b2fa05a1cdbd44074350aac7414064.tar.gz | |
python-pbr: uprev to 1.4.0
The uprev to to python-testtools references VersionInfo
semantic_version which wasn't introduced until pbr version 1.3.0. So
we are uprev'ing pbr to a more suitable and recent version.
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-pbr_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb new file mode 100644 index 0000000..273fdd4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pbr" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pbr" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "21f847dd9d3f9bd37db402067024be98" | ||
| 13 | SRC_URI[sha256sum] = "f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92" | ||
| 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 | " | ||
