diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-05 16:29:51 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-06 09:35:50 -0400 |
| commit | 086c96d2f51766638d7c9a1466f3454d0bfa66fc (patch) | |
| tree | 5e36f4736cff51c5600a8dd157a14ee44f4c94f1 /meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb | |
| parent | 8f1bfaefb7f0659c5c9cbdde35012936f5f302ca (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "mox3: mock object framework for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.9.0" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "mox3" | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "7574eabaa0f1d8f83289f33aaf2c4884" | ||
| 13 | SRC_URI[sha256sum] = "8469f35690077f888fbb49a7e31251de9f78bd319ebd4e1af0bbb1349c1ad1be" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-pbr \ | ||
| 21 | python-fixtures \ | ||
| 22 | " | ||
