]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-babel: drop custom PYPI settings
authorAlexander Kanavin <alex@linutronix.de>
Mon, 12 Aug 2024 09:18:18 +0000 (11:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2024 08:28:09 +0000 (09:28 +0100)
Upstream simply redirects Babel to babel nowadays. This
also fixes upstream version check.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-babel_2.15.0.bb

index 03d06c46840a3fbd1c6ba684801490d57cb86caa..c8a0d231001a107553c2008a0c2ea9108cdb0700 100644 (file)
@@ -5,10 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c"
 
 SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"
 
-PYPI_PACKAGE = "Babel"
-
-PYPI_SRC_URI = "https://files.pythonhosted.org/packages/source/b/babel/babel-${PV}.tar.gz"
-
 inherit pypi setuptools3
 
 S = "${WORKDIR}/babel-${PV}"