Opened 7 years ago

Closed 7 years ago

#53983 closed defect (fixed)

py-twisted: missing dependency on py-setuptools

Reported by: mojca (Mojca Miklavec) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), petrrr
Port: py-twisted

Description

Note that /opt/local/bin/twistd-2.7 contains

from pkg_resources import load_entry_point

and thus needs a runtime dependency on py-setuptools as well.

I spent some time scratching my head trying to figure out why buildbot-slave did not work until I tried:

syslog -w

And found:

Traceback (most recent call last):
  File "/opt/local/bin/twistd-2.7", line 6, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Change History (2)

comment:1 Changed 7 years ago by petrrr

Cc: petrrr added

comment:2 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

In 8e0fc9a4d664a835ef2d4ef7835c61ce256bb8da/macports-ports:

py*-twisted: add runtime dependency on setuptools

Fixes #53983

Note: See TracTickets for help on using tickets.