diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-29 11:37:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | ab920321f53a545c07252adce99f6bd6b51e61af (patch) | |
| tree | 4b1782d063cad34350e5d092483deb358549077b /meta-openstack/recipes-devtools/python | |
| parent | 828fff28947d9185ca962953f4d69ad09449f475 (diff) | |
| download | meta-cloud-services-ab920321f53a545c07252adce99f6bd6b51e61af.tar.gz | |
python3-trollius: Change python to python3
upgrade 2.0 -> 3.4.3
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-trollius_git.bb (renamed from meta-openstack/recipes-devtools/python/python-trollius_git.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trollius_git.bb b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb index 3e15f5f..acba23e 100644 --- a/meta-openstack/recipes-devtools/python/python-trollius_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb | |||
| @@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" |
| 6 | 6 | ||
| 7 | PV = "2.0+git${SRCPV}" | 7 | PV = "3.4.3+git${SRCPV}" |
| 8 | SRCREV = "5e9854d7b7bed6eb6e182808379342355e2bfca4" | 8 | SRCREV = "7b2d8abfce1d7ef18ef516f9b1b7032172630375" |
| 9 | 9 | ||
| 10 | SRCNAME = "trollius" | 10 | SRCNAME = "trollius" |
| 11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius" | 11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius" |
| @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | inherit setuptools3 | 15 | inherit setuptools3 |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pip \ | 18 | python3-pip \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
