[Bug 1182913] New: OBS is not resolving some dependencies from binary DEB package
https://bugzilla.suse.com/show_bug.cgi?id=1182913 Bug ID: 1182913 Summary: OBS is not resolving some dependencies from binary DEB package Classification: Internal Novell Products Product: openSUSE Build Service Version: master Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: build process Assignee: mls@suse.com Reporter: victor.zhestkov@suse.com QA Contact: adrian.schroeter@suse.com Found By: --- Blocker: --- Hi Team. The project: systemsmanagement:saltstack:bundle:Ubuntu-20.04 Package `python3-pytest` was build and there are the following dependencies inside DEB file: python3-atomicwrites (>= 1.0) python3-attrs (>= 17.4.0) python3-importlib-metadata (>= 0.12) python3-more-itertools (>= 4.0.0) python3-packaging python3-pluggy (>= 0.12) python3-py (>= 1.5.0) python3-setuptools python3-six (>= 1.10.0) But `osc buildinfo -d systemsmanagement:saltstack:bundle:Ubuntu-20.04 python-simplejson Ubuntu_20.04 x86_64` shows the following: ... added python3-pytest@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest (direct dep) added python3-packaging@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-packaging added python3-atomicwrites@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-atomicwrites >= 1.0 added python3-attrs@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-attrs >= 17.4.0 added python3-more-itertools@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-more-itertools >= 4.0.0 added python3-pluggy@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-pluggy >= 0.12 added python3-py@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-py >= 1.5.0 added python3-six@systemsmanagement:saltstack:bundle:Ubuntu-20.04/Ubuntu_20.04 because of python3-pytest:python3-six >= 1.10.0 ... python3-importlib-metadata and python3-setuptools are missing. It leads to fails during the building of some packages in the project. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1182913 Victor Zhestkov <victor.zhestkov@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|build process |General Assignee|mls@suse.com |adrian.schroeter@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1182913 https://bugzilla.suse.com/show_bug.cgi?id=1182913#c1 Michael Schr�der <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mls@suse.com Resolution|--- |INVALID --- Comment #1 from Michael Schr�der <mls@suse.com> --- I don't know what's going on with python3-setuptools (in fact it *is* included in the osc buildinfo output for me), but python3-importlib-metadata is missing because your project config contains: Ignore: python3-importlib-metadata-test I don't know why you added those ignores, but I'm pretty sure that you intended something different as what they do. "Ignore: <pkg>" means ignore dependencies that refer to that package. As "python3-importlib-metadata-test" also provides "python3-importlib-metadata", dependencies for "python3-importlib-metadata" will be ignored. Do you simply want to de-prefer the packages instead? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com