Opened 8 years ago
Closed 7 years ago
#53550 closed defect (fixed)
asciinema @1.3.0 : depends on py35-setuptools at runtime
Reported by: | 1-61803 | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | asciinema |
Description
I uninstalled py35-setuptools
as a leave and found out that it broke asciinema
, which builds but doesn't destroot without it. So, if I understood the documentation correctly, this should be emended as a runtime dependency.
tests-mac:Desktop test$ asciinema Traceback (most recent call last): File "/opt/local/bin/asciinema", line 6, in <module> from pkg_resources import load_entry_point ImportError: No module named 'pkg_resources' tests-mac:Desktop test$
Attachments (2)
Change History (6)
Changed 8 years ago by 1-61803
Attachment: | asciinema.diff added |
---|
Changed 8 years ago by 1-61803
Attachment: | asciinema_2.diff added |
---|
comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Owner: | set to larryv |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by mf2k (Frank Schima)
It should remain as a build dependency too. I think calling it a depends_lib
is the accepted fix.
comment:3 Changed 8 years ago by 1-61803
port echo leaves
will show py35-setuptools
amongst others, which you might accidentally delete, if not set as depends_run
.
comment:4 Changed 7 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
added docs