diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.15.0.bb (renamed from meta/recipes-devtools/python/python3-babel_2.14.0.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.14.0.bb b/meta/recipes-devtools/python/python3-babel_2.15.0.bb index cd40d4222b..03d06c4684 100644 --- a/meta/recipes-devtools/python/python3-babel_2.14.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.15.0.bb | |||
@@ -1,14 +1,18 @@ | |||
1 | SUMMARY = "A collection of tools for internationalizing Python applications" | 1 | SUMMARY = "A collection of tools for internationalizing Python applications" |
2 | HOMEPAGE = "http://babel.edgewall.org/" | 2 | HOMEPAGE = "http://babel.edgewall.org/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" | 6 | SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Babel" | 8 | PYPI_PACKAGE = "Babel" |
9 | 9 | ||
10 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/source/b/babel/babel-${PV}.tar.gz" | ||
11 | |||
10 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
11 | 13 | ||
14 | S = "${WORKDIR}/babel-${PV}" | ||
15 | |||
12 | CLEANBROKEN = "1" | 16 | CLEANBROKEN = "1" |
13 | 17 | ||
14 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |