diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb new file mode 100644 index 0000000..062fc7c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | SRC_URI[md5sum] = "77bb9a6a57187b708d822bad05c51e0e" | ||
| 8 | SRC_URI[sha256sum] = "b7476f7a2dfe4d7ad743e3cbbf04ade624b3a208a0042f3f8b2ae7b00559543a" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-fixtures \ | ||
| 24 | " | ||
