#203 ODCS Client Doesn't Install python-requests-kerberos
Closed 5 years ago Opened 5 years ago by rhartman.

Reproduction steps:
1. dnf install odcs-client
2. odcs --help

Results: Traceback (most recent call last):
File "/usr/bin/odcs", line 10, in <module>
import odcs.client.odcs
File "/usr/lib/python2.7/site-packages/odcs/client/odcs.py", line 29, in <module>
from requests_kerberos import HTTPKerberosAuth
ImportError: No module named requests_kerberos

ODCS client expects the requests_kerberos python module to be available, but when installing the rpm, it doesn't seem to have python-requests-kerberos as a Requires, thus I needed to install that separately.


Metadata Update from @ralph:
- Issue assigned to ralph

5 years ago

Can we close this ticket?

Metadata Update from @rhartman:
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata