diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-29 11:37:48 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | 18684ba4f2c48765dda9e9560a077a59ec619674 (patch) | |
| tree | 36fe40a99dfe01214958370ff3fafb49a939be9c /meta-openstack/recipes-devtools/python | |
| parent | aecaeb1ca573eeee1547379d22de37f714f166c2 (diff) | |
| download | meta-cloud-services-18684ba4f2c48765dda9e9560a077a59ec619674.tar.gz | |
python3-oslotest: Change python to python3
upgrade 2.17.0 -> 2.17.2
Signed-off-by: Wang Mingyu <wangmy@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-oslotest_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslotest_git.bb) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb index 7505100..ecc0672 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb | |||
| @@ -6,8 +6,8 @@ SECTION = "devel/python" | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 8 | 8 | ||
| 9 | PV = "2.17.0+git${SRCPV}" | 9 | PV = "2.17.2+git${SRCPV}" |
| 10 | SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924" | 10 | SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740" |
| 11 | 11 | ||
| 12 | SRCNAME = "oslotest" | 12 | SRCNAME = "oslotest" |
| 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| @@ -17,23 +17,23 @@ S = "${WORKDIR}/git" | |||
| 17 | inherit setuptools3 | 17 | inherit setuptools3 |
| 18 | 18 | ||
| 19 | DEPENDS += "\ | 19 | DEPENDS += "\ |
| 20 | python-pbr \ | 20 | python3-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | 23 | # Satisfy setup.py 'setup_requires' |
| 24 | DEPENDS += " \ | 24 | DEPENDS += " \ |
| 25 | python-pbr-native \ | 25 | python3-pbr-native \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | RDEPENDS_${PN} = "python-fixtures \ | 28 | RDEPENDS_${PN} = "python3-fixtures \ |
| 29 | python-subunit \ | 29 | python3-subunit \ |
| 30 | python-six \ | 30 | python3-six \ |
| 31 | python-testrepository \ | 31 | python3-testrepository \ |
| 32 | python-testtools \ | 32 | python3-testtools \ |
| 33 | python-mock \ | 33 | python3-mock \ |
| 34 | python-mox3 \ | 34 | python3-mox3 \ |
| 35 | python-os-client-config \ | 35 | python3-os-client-config \ |
| 36 | python-debtcollector \ | 36 | python3-debtcollector \ |
| 37 | bash \ | 37 | bash \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
