diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-08-12 11:18:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-13 09:29:15 +0100 |
commit | 2c94076463058b398249231606d0073bad89e7fe (patch) | |
tree | 474fb250b669e5a880f2b57f1149bee86d8c72d4 | |
parent | bff68f30f24de2b342ed80078c8daa491453a0b9 (diff) | |
download | poky-2c94076463058b398249231606d0073bad89e7fe.tar.gz |
python3-babel: drop custom PYPI settings
Upstream simply redirects Babel to babel nowadays. This
also fixes upstream version check.
(From OE-Core rev: 2ae3f53800c97a8f8d74eb30528c4c1ba76d529e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.15.0.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.15.0.bb b/meta/recipes-devtools/python/python3-babel_2.15.0.bb index 03d06c4684..c8a0d23100 100644 --- a/meta/recipes-devtools/python/python3-babel_2.15.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.15.0.bb | |||
@@ -5,10 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413" | 6 | SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Babel" | ||
9 | |||
10 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/source/b/babel/babel-${PV}.tar.gz" | ||
11 | |||
12 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
13 | 9 | ||
14 | S = "${WORKDIR}/babel-${PV}" | 10 | S = "${WORKDIR}/babel-${PV}" |