Bug 47669 - unmet dependencies python3(hypothesis.strategies) при создании srpm в 329652
Summary: unmet dependencies python3(hypothesis.strategies) при создании srpm в 329652
Status: CLOSED NOTABUG
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: girar (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 major
Assignee: Dmitry V. Levin
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-21 15:04 MSK by Alexandr Shashkin
Modified: 2023-09-21 15:41 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Shashkin 2023-09-21 15:04:25 MSK
В таске https://packages.altlinux.org/ru/tasks/329652/ при попытке собрать srpm fastapi происходит следующая ошибка:

The following packages have unmet dependencies:
  python3-module-pydantic: Depends: python3(hypothesis.strategies) (< 0)
E: Broken packages
hsh-install: Failed to calculate package file list.
hsh-install: Failed to generate package file list.

Но указанная зависимость предоставляется пакетом python3-module-hypothesis, собранным в этом же задании в подтаске 10540
Comment 1 Gleb F-Malinovskiy 2023-09-21 15:31:21 MSK
apt в этой диагностике не пытается раскрыть всю цепочку, но она видна из вывода apt с Debug::pkgProblemResolver, который на сборочнице всегда включён.

Обратите внимание на строки:
[x86_64] MI2a:     satisfying Depends: python3-module-exceptiongroup  (NULL)
[x86_64] MI2a:     satisfying Depends: python3-module-sortedcontainers  (NULL)
Comment 2 Gleb F-Malinovskiy 2023-09-21 15:38:57 MSK
(In reply to Gleb F-Malinovskiy from comment #1)
> [x86_64] MI2a:     satisfying Depends: python3-module-sortedcontainers 
> (NULL)

Эту строчку я зря процитировал, этот-то пакет нашёлся в итоге, а вот python3-module-exceptiongroup просто не нашёлся.
Comment 3 Alexandr Shashkin 2023-09-21 15:41:30 MSK
(Ответ для Gleb F-Malinovskiy на комментарий #2)
> (In reply to Gleb F-Malinovskiy from comment #1)
> > [x86_64] MI2a:     satisfying Depends: python3-module-sortedcontainers 
> > (NULL)
> 
> Эту строчку я зря процитировал, этот-то пакет нашёлся в итоге, а вот
> python3-module-exceptiongroup просто не нашёлся.

Спасибо за помощь. Я не ожидал, что он может не раскрыть цепочку до конца). Теперь я знаю куда надо идти смотреть.