Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499240 - media-sound/beets-1.3.2 - needs >=media-libs/mutagen-1.22 (currently 0.22)
Summary: media-sound/beets-1.3.2 - needs >=media-libs/mutagen-1.22 (currently 0.22)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/sampsyo/beets/comm...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 15:45 UTC by Elias Probst
Modified: 2014-01-25 15:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2014-01-25 15:45:40 UTC
media-sound/beets-1.3.2 depends on >=media-libs/mutagen-0.22.
It should depend instead on >=media-libs/mutagen-1.22, otherwise it will show an error like this:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/beet", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 3011, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 626, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: mutagen>=1.22
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-01-25 15:59:34 UTC
Thanks, fixed in CVS.

+  25 Jan 2014; Michael Palimaka <kensington@gentoo.org> beets-1.1.0.ebuild,
+  beets-1.3.1.ebuild, beets-1.3.2.ebuild:
+  Raise media-libs/mutagen dependency wrt bug #499240.