Skip to content
Success

#27821 (Mar 27, 2026, 9:18:29 AM)

Started 8 hr 23 min ago
Took 3 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ci build number 953
originally caused by:

This run spent:

  • 9.9 sec waiting;
  • 3 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 6bf54c962faddcf733d59492bc681f675fec0fd2
Repository: $GERRIT_REPO_URL
  • master
OBS: pyhss_download_deps: fix dependency loop

Fix that the Osmocom_OBS_nightly job is failing for the pyhss package
with a dependency loop in hatchling:

  LookupError: https://files.pythonhosted.org/…/hatchling-1.29.0.tar.gz (from https://pypi.org/simple/hatchling/) (requires-python:>=3.10) is already being built: hatchling>=1.21.0 from https://files.pythonhosted.org/…/hatchling-1.29.0.tar.gz

This happens as it recursively collects source packages and their
(build) dependencies:

  pymongo
  -> dnspython
  -> hatchling
  -> pluggy
  -> setuptools-scm
  -> vcs-versioning
  -> hatchling

When only ignoring the hatchling source package, we get a similar
dependency loop with pluggy, so ignore both source packages. Hatchling
gets added later as binary package and pluggy is only a build-time
dependency for hatchling. The resulting PyHSS package builds fine with
this change.

Change-Id: I0484627fd105627fabe9435379e704db54e72ae3
Oliver Smith at