summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-19 05:20:38 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 17:34:21 -0400
commit9377b94ede114001786331468bdde78ae215018a (patch)
treedc810caa9270758f5d7a09706a0eadf35ed7dba3
parent261526041d2daea7705589202665fbd42a64bf2e (diff)
downloadmeta-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>
-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"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5 5
6PV = "0.1.9+git${SRCPV}"
7SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"
8
9SRCNAME = "jsonpath-rw-ext"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
12SRC_URI = "git://github.com/sileht/${BPN}.git"
13 7
14S = "${WORKDIR}/git" 8SRC_URI[sha256sum] = "a9e44e803b6d87d135b09d1e5af0db4d4cf97ba62711a80aa51c8c721980a994"
15 9
16inherit setuptools3 10inherit pypi setuptools3
17 11
18DEPENDS += " \ 12DEPENDS += " \
19 python-pbr \ 13 python3-pbr \
20 " 14 "
21 15
22# Satisfy setup.py 'setup_requires' 16# Satisfy setup.py 'setup_requires'
23DEPENDS += " \ 17DEPENDS += " \
24 python-pbr-native \ 18 python3-pbr-native \
25 " 19 "
26 20
27RDEPENDS_${PN} += " \ 21RDEPENDS_${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