[MacPorts] #53983: py-twisted: missing dependency on py-setuptools

MacPorts noreply at macports.org
Sat Apr 15 11:21:01 UTC 2017


#53983: py-twisted: missing dependency on py-setuptools
--------------------+---------------------------------
 Reporter:  mojca   |      Owner:  MarcusCalhoun-Lopez
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:  py-twisted
--------------------+---------------------------------
 Note that `/opt/local/bin/twistd-2.7` contains
 {{{
 #!python
 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
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/53983>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list