Bug 39807 - unwanted extra reqs
Summary: unwanted extra reqs
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-toml (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Stanislav Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-16 16:13 MSK by Sergey Bolshakov
Modified: 2021-03-16 17:50 MSK (History)
19 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Bolshakov 2021-03-16 16:13:35 MSK
в python3-module-toml-0.10.2-alt1 приехали новые зависимости на numpy и компанию:

apt> dist-upgrade 
Calculating Upgrade... Done
Unrequested changes are needed to execute this operation.
The following packages will be upgraded
  python3-module-toml
The following NEW packages will be installed:
  libgfortran5 liblapack libopenblas libquadmath0 libxblas python3-module-numpy
1 upgraded, 6 newly installed, 0 removed and 0 kept.
Will need more 8227kB of archives.
After unpacking will need more 49.2MB of disk space.
Do you want to continue? [Y/n] n
Abort.
Comment 1 Grigory Ustinov 2021-03-16 17:28:45 MSK
Они не новые. Были введены в коммите f6aa4ee54be19485cf544dbb22fcca65bf7d0f84 ещё в прошлом году. Недавно они временно выключались в связи с бутстрапом питона. FYI: https://github.com/uiri/toml/blob/master/README.rst#note
Comment 2 Stanislav Levin 2021-03-16 17:37:02 MSK
Начиная с версии 0.10.1-alt1 numpy является runtime зависимостью toml.
Для сборки новой версии Python требовалось отключить эту зависимость, это было сделано в 0.10.1-alt2. При обновлении пакета до 0.10.2-alt1 toml вновь требует numpy.
Comment 3 Sergey Bolshakov 2021-03-16 17:50:03 MSK
fair enough