Bug 39737 - Зависит от python 2
Summary: Зависит от python 2
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: virtualbox (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Evgeny Sinelnikov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: python2
  Show dependency tree
 
Reported: 2021-02-26 13:07 MSK by Антон Мидюков
Modified: 2021-04-21 12:13 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2021-02-26 13:07:20 MSK
$ rpm -q virtualbox
virtualbox-6.1.18-alt1.x86_64
$ rpm -q virtualbox -requires |grep python
/usr/bin/python2.7
python-modules

Скорее всего это ошибка, которая исправится добавлением в спек:
%add_python3_path %_libdir/%name
BuildRequires(pre): rpm-build-python3
Comment 1 Repository Robot 2021-04-21 12:13:52 MSK
virtualbox-6.1.18-alt4 -> sisyphus:

 Sun Apr 18 2021 Evgeny Sinelnikov <sin@altlinux> 6.1.18-alt4
 - Enable to build vbox-img converting command line utility (Closes: 39451)
 - Add missed vboximg-mount FUSE mounting command line utility provides
   raw access to an virtual disk image on the host system.
 Sat Apr 17 2021 Evgeny Sinelnikov <sin@altlinux> 6.1.18-alt3
 - Add fixes for build with python3 and support python-3.9
 - Rename python-module-vboxapi to python3-module-vboxapi
 - Remove requirement to python2 (Closes: 39737)
 Sat Apr 17 2021 Evgeny Sinelnikov <sin@altlinux> 6.1.18-alt2
 - Add separated modprobe rule for vboxsf (Closes: 39656)