summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
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 /meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
deleted file mode 100644
index c6416f9..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Extensions for JSONPath RW"
2HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5
6PV = "0.1.9+git${SRCPV}"
7SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"
8
9SRCNAME = "jsonpath-rw-ext"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
12SRC_URI = "git://github.com/sileht/${BPN}.git"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools3
17
18DEPENDS += " \
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27RDEPENDS_${PN} += " \
28 python-pbr \
29 python-babel \
30 python-jsonpath-rw \
31 "
32