diff mbox series

python3-cython: fix upstream check

Message ID GV1PR07MB9120960AEA6C4316918EFA6BA8862@GV1PR07MB9120.eurprd07.prod.outlook.com
State New
Headers show
Series python3-cython: fix upstream check | expand

Commit Message

Konrad Weihmann Aug. 13, 2024, 1:15 p.m. UTC
as package name contains uppercase chars

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta/recipes-devtools/python/python3-cython_3.0.11.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.11.bb
index 2923664641..436dd5b000 100644
--- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb
@@ -11,6 +11,8 @@  SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80
 
 inherit pypi setuptools3
 
+UPSTREAM_CHECK_PYPI_PACKAGE = "Cython"
+
 # running build_ext a second time during install fails, because Python
 # would then attempt to import cythonized modules built for the target
 # architecture.