Actions
Bug #20702
closedEL6: katello-package-upload missing RPM Requires on python-argparse
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1482189
Due to changes induced from the addition of:
https://bugzilla.redhat.com/show_bug.cgi?id=1445403
to 6.2.11 we made modifications to the client tooling. There was a change that brought in a requirement to use python-argparse. Without it, katello-package-upload fails to execute:
- katello-package-upload
Traceback (most recent call last):
File "/usr/sbin/katello-package-upload", line 17, in <module>
import argparse
ImportError: No module named argparse
after install it runs fine.
Actions