diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 10:06:07 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 10:12:42 -0400 |
| commit | e53612ea27caae68ddb5ae79a64e1a2cd5bdfa8e (patch) | |
| tree | dc2cda9cac01c03027517bd254252c901456551b /meta-openstack/recipes-devtools/python | |
| parent | 0b05b9a4c7085c1752fb317b3e2ffc90d76220d3 (diff) | |
| download | meta-cloud-services-e53612ea27caae68ddb5ae79a64e1a2cd5bdfa8e.tar.gz | |
python-i18n: introduce to meet glance requirements
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-i18n_0.3.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-i18n_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-i18n_0.3.0.bb new file mode 100644 index 0000000..b4ebade --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-i18n_0.3.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "Translation library for Python" | ||
| 2 | HOMEPAGE = "https://github.com/tuvistavie/python-i18n" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.md;md5=7624ac071dec291ca8ef74e62e536a7a" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "python-i18n" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "fb6a925052f6927a31d5fd8698e73a36" | ||
| 13 | SRC_URI[sha256sum] = "f95d5e679e026424e7f75a548d9781daa1fa4454b4fd3ef915942a5615815c23" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python-pyyaml \ | ||
| 28 | " | ||
