diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-06-16 22:07:53 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-16 20:34:06 -0400 |
| commit | 14ea1e83ea6ab5f6435b274a0e7337642526de01 (patch) | |
| tree | 55b1e712d70b8b40ec4a0673177f4e7726442879 /meta-openstack/recipes-devtools/python | |
| parent | 13d5f1aac4d400d51f8d26a3aa6d71e7cfbfd311 (diff) | |
| download | meta-cloud-services-14ea1e83ea6ab5f6435b274a0e7337642526de01.tar.gz | |
python3-mox3: Change python to python3
upgrade 0.28.0 -> 1.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb index 770569b..9608077 100644 --- a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb | |||
| @@ -4,21 +4,21 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "c930d8479996541b04447a67e96e4a62" | 7 | SRC_URI[md5sum] = "0eff74d3a85ec4d4dc6acf7f524ca816" |
| 8 | SRC_URI[sha256sum] = "8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d" | 8 | SRC_URI[sha256sum] = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c" |
| 9 | 9 | ||
| 10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| 12 | DEPENDS += "\ | 12 | DEPENDS += "\ |
| 13 | python-pbr \ | 13 | python3-pbr \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | # Satisfy setup.py 'setup_requires' | 16 | # Satisfy setup.py 'setup_requires' |
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr-native \ | 18 | python3-pbr-native \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 22 | python3-pbr \ |
| 23 | python-fixtures \ | 23 | python3-fixtures \ |
| 24 | " | 24 | " |
