mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-babel: add initial recipe for version 2.3.4
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e54e5fbcee
commit
d911e0f5f1
20
meta-python/recipes-devtools/python/python-babel.inc
Normal file
20
meta-python/recipes-devtools/python/python-babel.inc
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
DESCRIPTION = "A collection of tools for internationalizing Python applications"
|
||||
HOMEPAGE = "http://babel.edgewall.org/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
|
||||
|
||||
SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
|
||||
SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
|
||||
|
||||
PYPI_PACKAGE = "Babel"
|
||||
|
||||
inherit pypi
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-pytz \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools
|
||||
require python-babel.inc
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
inherit setuptools3
|
||||
require python-babel.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
Loading…
Reference in New Issue
Block a user