Bug#918780: koji-client: should depend on python-requests and python-dateutil
Juhani Numminen
juhaninumminen0 at gmail.com
Wed Jan 9 10:13:08 GMT 2019
Package: koji-client
Version: 1.16.0-2
Severity: serious
Justification: Policy 3.5
Hi,
Forwarding https://bugs.launchpad.net/ubuntu/+bug/1803423 which also happens
in Debian Buster. The koji command cannot be used without installing some
dependencies first.
$ koji help
Traceback (most recent call last):
File "/usr/bin/koji", line 40, in <module>
import koji
File "/usr/lib/python2.7/dist-packages/koji/__init__.py", line 64, in <module>
import requests
ImportError: No module named requests
$ sudo apt install python-requests
[...]
$ koji help
Traceback (most recent call last):
File "/usr/bin/koji", line 46, in <module>
from koji_cli.commands import *
File "/usr/lib/python2.7/dist-packages/koji_cli/commands.py", line 5, in <module>
import dateutil.parser
ImportError: No module named dateutil.parser
$ sudo apt install python-dateutil
[...]
$ koji help
Available commands:
[...]
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages koji-client depends on:
ii koji-common 1.16.0-2
ii python 2.7.15-3
ii yum 3.4.3-3
koji-client recommends no packages.
koji-client suggests no packages.
-- no debconf information
More information about the Reproducible-builds
mailing list