diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb b/meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb new file mode 100644 index 0000000..bd74348 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "tablib formatters for cliff" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff-tablib" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/dreamhost/cliff-tablib;branch=master" | ||
| 8 | # 1.1 release | ||
| 9 | SRCREV="a83bf47d7dfbb690dd53e189c532f0859898db04" | ||
| 10 | PV="1.1+git${SRCPV}" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit setuptools | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-pbr \ | ||
| 21 | python-cliff \ | ||
| 22 | python-tablib \ | ||
| 23 | " | ||
