#203 ODCS Client Doesn't Install python-requests-kerberos
Closed Opened 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
import odcs.client.odcs
File "/usr/lib/python2.7/site-packages/odcs/client/odcs.py", line 29, in
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.


Let's fix it!

Metadata Update from @ralph:
- Issue assigned to ralph

https://src.fedoraproject.org/rpms/odcs/c/472bc89257ccac8b014bdd4edef0eeb69f293b77?branch=master

See https://bodhi.fedoraproject.org/updates/odcs-0.2.4-2.fc28

Thanks!

Can we close this ticket?

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

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/pungi/odcs/issues/203

Please continue any further discussion there.

Metadata