#15007 closed defect (fixed)
mercurial: missing dependency on py25-bz2
Reported by: | uhi1e3b02@… | Owned by: | deric@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | mercurial bundle python bz2 py25-bz2 missing dependency | Cc: | |
Port: |
Description
Mercurial fails:
$ hg bundle -a /tmp/bundle 34 changesets found abort: could not import module bz2! $
Install bz2 component:
# port install py25-bz2
Now, mercurial succeeds:
$ hg bundle -a /tmp/bundle 34 changesets found $
port info mercurial
shows (only selected lines are shown):
mercurial 1.0, devel/mercurial (Variants: universal) Library Dependencies: python25, py25-zlib, py25-hashlib
Change History (3)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|---|
Owner: | changed from macports-tickets@… to deric@… |
Note: See
TracTickets for help on using
tickets.
Assigning to maintainer.