Bug 58513 - Неудовлетворённая зависимость от python-dateutil
Summary: Неудовлетворённая зависимость от python-dateutil
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: s3cmd (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: serjigva@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-03 16:43 MSK by Божченко Павел Александрович
Modified: 2026-04-06 19:03 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Божченко Павел Александрович 2026-04-03 16:43:03 MSK
Версия пакета:
s3cmd-2.4.0-alt1 

Шаги воспроизведения:
1) Установить пакет:
#  apt-get install -y s3cmd 
2) Запустить программу:
# s3cmd

Ожидаемый результат: выводится вспомогательное сообщение
Фактический результат:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ImportError trying to import dateutil.parser.
Please install the python dateutil module:
$ sudo apt-get install python-dateutil
  or
$ sudo yum install python-dateutil
  or
$ pip install python-dateutil
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Ошибка воспроизводится при запуске с любыми аргументами
Решается установкой пакета:
# apt-get install -y python3-module-dateutil

В системах Education этот пакет предустановлен, соответственно там s3cmd работает сразу после установки.

Предлагаю прописать этот пакет как зависимость у s3cmd
Comment 1 Repository Robot 2026-04-06 19:03:02 MSK
s3cmd-2.4.0-alt1.1 -> sisyphus:

Fri Apr 03 2026 Sergey Gvozdetskiy <serjigva@altlinux> 2.4.0-alt1.1
- Added runtime requirement dateutil(Closes: #58513).
- Updated build&install macros.