diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-10-07 17:38:44 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-13 11:32:41 -0400 |
| commit | b1654d0f0f011c3d5ea82b5fde5a9f953db7cac3 (patch) | |
| tree | e179b453ad26ff5b3dfe0b65319116f624d9c4ba /meta-openstack/recipes-devtools/python/python-cliff-tablib_git.bb | |
| parent | e5cacd6fe46d36f9b159a8af34f665e9b684fedb (diff) | |
| download | meta-cloud-services-b1654d0f0f011c3d5ea82b5fde5a9f953db7cac3.tar.gz | |
python-cliff-tablib: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | " | ||
