diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb')
| -rw-r--r-- | poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb b/poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb new file mode 100644 index 0000000000..929d7e9983 --- /dev/null +++ b/poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "A collection of tools for internationalizing Python applications" +HOMEPAGE = "http://babel.edgewall.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c" + +SRC_URI[sha256sum] = "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" + +inherit pypi setuptools3 + +S = "${WORKDIR}/babel-${PV}" + +CLEANBROKEN = "1" + +RDEPENDS:${PN} += " \ + python3-codecs \ + python3-difflib \ + python3-netserver \ + python3-numbers \ + python3-pickle \ + python3-pytz \ + python3-setuptools \ + python3-shell \ + python3-threading \ +" + +BBCLASSEXTEND = "native nativesdk" |
