diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-08 18:33:47 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | ccf2154d64091bee13cf1f3b02c62f9d023923c9 (patch) | |
| tree | d0bc737b391eb3da6dc1744d22fbffab6e94ce1e /meta-openstack/recipes-devtools/python | |
| parent | 0755cbc38a10f54a4b65f990c7e0a2b4db33134a (diff) | |
| download | meta-cloud-services-ccf2154d64091bee13cf1f3b02c62f9d023923c9.tar.gz | |
python-pbr: upgrade to 0.11
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb (renamed from meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb index ec5c589..b81ed6f 100644 --- a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb +++ b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb | |||
| @@ -4,24 +4,20 @@ 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] = "ccef0c0fa2ad7ee2c9997322a83d7e45" | 11 | SRC_URI[md5sum] = "e69466b4206e350f4f1e1db2e11ab73b" |
| 13 | SRC_URI[sha256sum] = "a741650c697abe9dd3da00039a57a45a15a6eed017a16f6b7e4c0161fae2b4b2" | 12 | SRC_URI[sha256sum] = "d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 15 | ||
| 17 | inherit setuptools | 16 | inherit setuptools |
| 18 | 17 | ||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | 18 | DEPENDS += " \ |
| 22 | python-pip \ | 19 | python-pip \ |
| 23 | " | 20 | " |
| 24 | 21 | ||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${PN} += " \ |
| 27 | " | 23 | " |
