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-oslotest_1.6.0.bb | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb deleted file mode 100644 index 6f4f766..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "OpenStack test framework and test fixtures. \ -The oslotest package can be cross-tested against its consuming projects to ensure \ -that no changes to the library break the tests in those other projects." -HOMEPAGE = "https://pypi.python.org/pypi/oslotest" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -SRCNAME = "oslotest" - -SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "54ba62e2e13619616ddce772fb267106" -SRC_URI[sha256sum] = "cb65b53b753375b669dcdb4717c362a205d19e3d16ca26310c0916cfd359354c" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += "\ - python-pbr \ - " - -RDEPENDS_${PN} = "python-fixtures \ - python-subunit \ - python-testrepository \ - python-testscenarios \ - python-testtools \ - python-mock \ - python-mox \ - python-pbr \ - bash \ -" -- cgit v1.2.3-54-g00ecf