aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
blob: c6416f9102b6a9ef5457f1b3fe2170c6bfbb8078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SUMMARY = "Extensions for JSONPath RW"
HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext"
SECTION = "devel/python"
LICENSE = "Apache-2.0"

PV = "0.1.9+git${SRCPV}"
SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"

SRCNAME = "jsonpath-rw-ext"

LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
SRC_URI = "git://github.com/sileht/${BPN}.git"

S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += " \
	python-pbr \
	"

# Satisfy setup.py 'setup_requires'
DEPENDS += " \
        python-pbr-native \
        "

RDEPENDS_${PN} += " \
        python-pbr \
        python-babel \
        python-jsonpath-rw \
	"