summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pycadf_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pycadf_git.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
new file mode 100644
index 0000000..6e864e8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb
@@ -0,0 +1,37 @@
1DESCRIPTION = "CADF Library"
2HOMEPAGE = "https://launchpad.net/pycadf"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6
7PV = "3.1.0+git${SRCPV}"
8SRCREV = "2402013a8719873d65136fc283e1855166adbc26"
9
10SRCNAME = "pycadf"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17FILES_${PN} += "${datadir}/etc/${SRCNAME}/*"
18
19DEPENDS += " \
20 python3-pip \
21 python3-pbr \
22 "
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python3-pbr-native \
26 "
27
28RDEPENDS_${PN} += " \
29 python3-babel \
30 python3-iso8601 \
31 python3-netaddr \
32 python3-posix-ipc \
33 python3-pytz \
34 python3-six \
35 python3-webob \
36 python3-pbr \
37 "