blob: f7fbaff133ad3b0d32cfdd567e683e21963e3cd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
SUMMARY = "i18n and l10n support for Flask based on Babel and pytz"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9"
DEPENDS = "python-speaklater python-babel"
SRC_URI = "git://github.com/mitsuhiko/flask-babel.git;protocol=https"
SRCREV = "bfd004db4b77cf91f0f7354d48205526822a0511"
PV = "0.12.2+git${SRCPV}"
S = "${WORKDIR}/git"
inherit setuptools
export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR
RDEPENDS_${PN} = "python-speaklater python-babel"
BBCLASSEXTEND = "native"
|