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.