diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-23 11:28:51 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-03-29 08:02:20 -0400 |
| commit | e67fe03fb5a5fd4d40cab5e0c4d3d66ec8283f04 (patch) | |
| tree | 75924a7672c168266271ee7d96487f9771f7298c /meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb | |
| parent | 38e8c9c9aa0ff3547356a3bc5406a8faa3a116f2 (diff) | |
| download | meta-cloud-services-e67fe03fb5a5fd4d40cab5e0c4d3d66ec8283f04.tar.gz | |
python-mox3: 0.20.0 -> 0.25.0
Upgrade python-mox3 from 0.20.0 to 0.25.0.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index 95ed6e1..0000000 --- a/meta-openstack/recipes-devtools/python/python-mox3_0.20.0.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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] = "53be7bf2d109c8bdf477c75b369773b8" | ||
| 8 | SRC_URI[sha256sum] = "7b1549222353f6cc5b705734ef186fe2cc323d30c3987df50eceb77273595606" | ||
| 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 | " | ||
