summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mox3_0.9.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.9.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.9.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb
new file mode 100644
index 0000000..7ef5276
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "mox3: mock object framework for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.9.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] = "7574eabaa0f1d8f83289f33aaf2c4884"
13SRC_URI[sha256sum] = "8469f35690077f888fbb49a7e31251de9f78bd319ebd4e1af0bbb1349c1ad1be"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += " \
20 python-pbr \
21 python-fixtures \
22"