Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345261 - net-misc/charm-1.9.1: Missing dependency on dev-python/feedparser
Summary: net-misc/charm-1.9.1: Missing dependency on dev-python/feedparser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 04:55 UTC by Ivan Anishchuk
Modified: 2010-11-14 15:04 UTC (History)
0 users

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


Attachments
patch for ebuild (charm-1.9.1.ebuild.patch,340 bytes, patch)
2010-11-13 04:57 UTC, Ivan Anishchuk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Anishchuk 2010-11-13 04:55:43 UTC
While starting charm it has been said:

user@home-gentoo ~ $ charm
/usr/lib/python2.6/site-packages/ljcharm.py:41: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5

Your Charm installation does not currently support the Atom API.
To support blogging via the Atom API, Charm requires the feedparser module.



Reproducible: Always
Comment 1 Ivan Anishchuk 2010-11-13 04:57:08 UTC
Created attachment 254171 [details, diff]
patch for ebuild

Patch for ebuild that fix it
Comment 2 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-11-14 12:56:43 UTC
thanks for the report. the patch is reversed, though ;-) generally, for trivial things like this one, a sentence like 'please add dev-python/feedparser to RDEPEND' is just as good as a patch.

thanks again.
Comment 3 Ivan Anishchuk 2010-11-14 14:58:27 UTC
(In reply to comment #2)
> thanks for the report. the patch is reversed, though ;-) 

Oh, sorry..

> generally, for trivial
> things like this one, a sentence like 'please add dev-python/feedparser to
> RDEPEND' is just as good as a patch.

Ok

Also, bug #345411 provides patch that fix another warnings (about deprecated md5 module)
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-11-14 15:04:34 UTC
Fixed.