diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-19 05:20:38 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | 9377b94ede114001786331468bdde78ae215018a (patch) | |
| tree | dc810caa9270758f5d7a09706a0eadf35ed7dba3 /meta-openstack | |
| parent | 261526041d2daea7705589202665fbd42a64bf2e (diff) | |
| download | meta-cloud-services-9377b94ede114001786331468bdde78ae215018a.tar.gz | |
python3-jsonpath-rw-ext: Change to python3
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb (renamed from meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb) | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb index c6416f9..a4517a6 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-jsonpath-rw-ext_1.2.2.bb | |||
| @@ -3,30 +3,26 @@ HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext" | |||
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | 5 | ||
| 6 | PV = "0.1.9+git${SRCPV}" | ||
| 7 | SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d" | ||
| 8 | |||
| 9 | SRCNAME = "jsonpath-rw-ext" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 12 | SRC_URI = "git://github.com/sileht/${BPN}.git" | ||
| 13 | 7 | ||
| 14 | S = "${WORKDIR}/git" | 8 | SRC_URI[sha256sum] = "a9e44e803b6d87d135b09d1e5af0db4d4cf97ba62711a80aa51c8c721980a994" |
| 15 | 9 | ||
| 16 | inherit setuptools3 | 10 | inherit pypi setuptools3 |
| 17 | 11 | ||
| 18 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 19 | python-pbr \ | 13 | python3-pbr \ |
| 20 | " | 14 | " |
| 21 | 15 | ||
| 22 | # Satisfy setup.py 'setup_requires' | 16 | # Satisfy setup.py 'setup_requires' |
| 23 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 24 | python-pbr-native \ | 18 | python3-pbr-native \ |
| 25 | " | 19 | " |
| 26 | 20 | ||
| 27 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 28 | python-pbr \ | 22 | python3-pbr \ |
| 29 | python-babel \ | 23 | python3-babel \ |
| 30 | python-jsonpath-rw \ | 24 | python3-jsonpath-rw \ |
| 25 | python3-six \ | ||
| 26 | python3-ply \ | ||
| 31 | " | 27 | " |
| 32 | 28 | ||
