From 3f174923c7da9ec2805672f933e20729f8ed1e7c Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:40:57 -0500 Subject: python-oslo*: convert to 'git' and uprev These python-oslo* recipes did not previously use git so switching them to make future uprevs simpler. While we are at it uprev to the version required for the liberty release. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-oslo.i18n_1.6.0.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb deleted file mode 100644 index 2b47833..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "oslo.i18n library" -HOMEPAGE = "http://launchpad.net/oslo" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - - -SRCNAME = "oslo.i18n" -SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "c109e20b99bb0ec8d85a583bf503e6a5" -SRC_URI[sha256sum] = "29be916f3f4c79cca76d57e604a187b3020354a2ca89d486647b79d8a9adbb9e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-babel \ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf