#232 missing dependency on python-setuptools?
Closed: Fixed None Opened 9 years ago by kparal.

I have been trying out libtaskotron on an extremely minimal system (just @core packages). I see this error when I try to run a task:

[root@localhost ~]# runtask -i xchat-2.8.8-21.fc20 -t koji_build -a x86_64 task-rpmlint/rpmlint.yml
Traceback (most recent call last):
  File "/usr/bin/runtask", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

After I install python-setuptools, everything runs OK.

So it seems we're missing a direct dependency on this package. I don't exactly know how python package bootstrapping works.


This ticket had assigned some Differential requests:
D330

Login to comment on this ticket.

Metadata