diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-10-07 17:38:43 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-13 11:32:41 -0400 |
| commit | e5cacd6fe46d36f9b159a8af34f665e9b684fedb (patch) | |
| tree | 545d0f51c2693c205b97ac19bd9c49c2dc99950b /meta-openstack/recipes-devtools/python | |
| parent | 0842ae59ce7f752aabb2459510739ec4fff8b33d (diff) | |
| download | meta-cloud-services-e5cacd6fe46d36f9b159a8af34f665e9b684fedb.tar.gz | |
python-tablib: added 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tablib_0.10.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tablib_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-tablib_0.10.0.bb new file mode 100644 index 0000000..7c8dbca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tablib_0.10.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Format agnostic tabular data library (XLS, JSON, YAML, CSV)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d26f98effd307261a2e0ddcce08e07b7" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "41fb8a731f6ef54812045ef9bf2909c6" | ||
| 7 | SRC_URI[sha256sum] = "41c2dad7f491f5557e22783a9af81bed62f7b6fb0d7afd4c2ee301f3eb428c93" | ||
| 8 | |||
| 9 | inherit pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python-pip \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | python-pip \ | ||
| 17 | python-pyyaml \ | ||
| 18 | " | ||
