diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb new file mode 100644 index 0000000..a3377e6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION = "oslo.reports library" | ||
| 2 | HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PV = "2.2.0+git${SRCPV}" | ||
| 8 | SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.reports" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pip \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # RDEPENDS_default: | ||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python3-pbr \ | ||
| 30 | python3-six \ | ||
| 31 | python3-jinja2 \ | ||
| 32 | python3-psutil \ | ||
| 33 | python3-oslo.i18n \ | ||
| 34 | python3-oslo.utils \ | ||
| 35 | python3-oslo.serialization \ | ||
| 36 | " | ||
