diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb new file mode 100644 index 0000000..893978b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 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/d8/a8/64e78823c52d719181100e9e01dd3485a6e064e79e402089ba4e33cfaed6/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "53be7bf2d109c8bdf477c75b369773b8" | ||
| 13 | SRC_URI[sha256sum] = "7b1549222353f6cc5b705734ef186fe2cc323d30c3987df50eceb77273595606" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += "\ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python-pbr \ | ||
| 30 | python-fixtures \ | ||
| 31 | " | ||
