summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:40:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit3f174923c7da9ec2805672f933e20729f8ed1e7c (patch)
treef57872e0bb8429465b2fd2c3f20981de94f4b627 /meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb
parent38682b461c31c252e2b3647d574727149a7423d4 (diff)
downloadmeta-cloud-services-3f174923c7da9ec2805672f933e20729f8ed1e7c.tar.gz
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 <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb34
1 files changed, 0 insertions, 34 deletions
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 @@
1DESCRIPTION = "OpenStack test framework and test fixtures. \
2The oslotest package can be cross-tested against its consuming projects to ensure \
3that no changes to the library break the tests in those other projects."
4HOMEPAGE = "https://pypi.python.org/pypi/oslotest"
5SECTION = "devel/python"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8
9SRCNAME = "oslotest"
10
11SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12"
13
14SRC_URI[md5sum] = "54ba62e2e13619616ddce772fb267106"
15SRC_URI[sha256sum] = "cb65b53b753375b669dcdb4717c362a205d19e3d16ca26310c0916cfd359354c"
16
17S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19inherit setuptools
20
21DEPENDS += "\
22 python-pbr \
23 "
24
25RDEPENDS_${PN} = "python-fixtures \
26 python-subunit \
27 python-testrepository \
28 python-testscenarios \
29 python-testtools \
30 python-mock \
31 python-mox \
32 python-pbr \
33 bash \
34"