summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-08-05 16:29:51 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-06 09:35:50 -0400
commit086c96d2f51766638d7c9a1466f3454d0bfa66fc (patch)
tree5e36f4736cff51c5600a8dd157a14ee44f4c94f1 /meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb
parent8f1bfaefb7f0659c5c9cbdde35012936f5f302ca (diff)
downloadmeta-cloud-services-086c96d2f51766638d7c9a1466f3454d0bfa66fc.tar.gz
python-mox3: uprev to version 0.9.0
Because we updated the version of python-pbr we need to uprev python-mox3 as the version that was present only works with python-pbr versions <1.0. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb
deleted file mode 100644
index 9e40686..0000000
--- a/meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "mox3: mock object framework for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.7.0"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7PR = "r0"
8
9SRCNAME = "mox3"
10SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "3235d9fc504aee015576ca784c16f3ff"
13SRC_URI[sha256sum] = "7cc2ffac72d55816bbf670b03cf636b4abdc089c3d8b31a6760b22fc1eeedde2"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += " \
20 python-pbr \
21 python-fixtures \
22"