From a6c018a7467f48293ddb67dbd58edd8d80db10ad Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 21 Feb 2015 11:39:21 -0500 Subject: oslo: update to latest versions To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield --- .../python/python-oslotest_1.0.0.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb deleted file mode 100644 index edb37d8..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb +++ /dev/null @@ -1,29 +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" - -PR = "r0" -SRCNAME = "oslotest" - -SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-1.0.0.tar.gz \ -" - -SRC_URI[md5sum] = "1f7710e4d38b615990737f813704fd58" -SRC_URI[sha256sum] = "cf05f4ff0cbf84ad0b5d1bef7c46d719eaf4408107e65a32a4500cf707d1a1e7" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} = "python-fixtures \ - python-subunit \ - python-testrepository \ - python-testscenarios \ - python-testtools \ - python-mock \ - python-mox \ -" -- cgit v1.2.3-54-g00ecf