diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-05-14 16:14:41 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-23 14:43:04 -0400 |
| commit | f3b8da25e085cf327ce0282c3a5eb8de8634caaa (patch) | |
| tree | 87dcfeca3bd7886fd11990b07fb8ea9423d17dc1 /meta-openstack/recipes-devtools/python | |
| parent | a1828f8104fe5e343eb15455867f47f2ad786e1f (diff) | |
| download | meta-cloud-services-f3b8da25e085cf327ce0282c3a5eb8de8634caaa.tar.gz | |
Add new python-mox3 bb
mox3 package is required by heatclient tests,
so pulling this package in.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 0000000..9e40686 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "mox3: mock object framework for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.7.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] = "3235d9fc504aee015576ca784c16f3ff" | ||
| 13 | SRC_URI[sha256sum] = "7cc2ffac72d55816bbf670b03cf636b4abdc089c3d8b31a6760b22fc1eeedde2" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-pbr \ | ||
| 21 | python-fixtures \ | ||
| 22 | " | ||
