diff mbox series

python3-babel: drop custom PYPI settings

Message ID 20240812091818.1014311-1-alex.kanavin@gmail.com
State Accepted, archived
Commit 2ae3f53800c97a8f8d74eb30528c4c1ba76d529e
Headers show
Series python3-babel: drop custom PYPI settings | expand

Commit Message

Alexander Kanavin Aug. 12, 2024, 9:18 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Upstream simply redirects Babel to babel nowadays. This
also fixes upstream version check.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-babel_2.15.0.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

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 03d06c46840..c8a0d231001 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"
 
 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}"