mbox series

[0/2] python3-setuptools-scm: fix build and upgrade to 10.1.2

Message ID 20260708092252.1211669-1-HimaniRamesh.Barde@windriver.com
Headers show
Series python3-setuptools-scm: fix build and upgrade to 10.1.2 | expand

Message

Barde, Himani Ramesh July 8, 2026, 9:22 a.m. UTC
The AUH attempted to upgrade python3-setuptools-scm to 10.1.2 but
failed at do_compile because setuptools-scm tries to determine its
version from SCM metadata, which isn't available in OE tarball builds.

Patch 1 exports SETUPTOOLS_SCM_PRETEND_VERSION to bypass SCM-based
version detection. Patch 2 completes the upgrade to 10.1.2.

Build-tested: python3-setuptools-scm, python3-vcs-versioning, and
python3-pytest all build successfully with this series applied.


Himani Ramesh Barde (2):
  python3-setuptools-scm: avoid SCM-based version detection
  python3-setuptools-scm: upgrade 10.0.5 -> 10.1.2

 ...uptools-scm_10.0.5.bb => python3-setuptools-scm_10.1.2.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools-scm_10.0.5.bb => python3-setuptools-scm_10.1.2.bb} (84%)