diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-i18n_0.3.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-i18n_0.3.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-i18n_0.3.1.bb b/meta-openstack/recipes-devtools/python/python-i18n_0.3.1.bb new file mode 100644 index 0000000..ddc612a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-i18n_0.3.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | |||
| 8 | SRCNAME = "python-i18n" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "08b8c247add9f90806c4742a685fdb88" | ||
| 12 | SRC_URI[sha256sum] = "e1d832ff7d1d39ce593793cc709b2344aa8fdf321cf707081335f146160d9f20" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-pyyaml \ | ||
| 27 | " | ||
