Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508206 - net-news/rawdog-2.18 should depend on dev-python/feedparser
Summary: net-news/rawdog-2.18 should depend on dev-python/feedparser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 508528
Blocks:
  Show dependency tree
 
Reported: 2014-04-20 04:07 UTC by Hypnos
Modified: 2014-04-24 03:46 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 Hypnos 2014-04-20 04:07:43 UTC
I updated to rawdog-2.18 and now get the following error:

***

Traceback (most recent call last):
  File "/usr/bin/rawdog-2.7", line 20, in <module>
    from rawdoglib.rawdog import main
  File "/usr/lib64/python2.7/site-packages/rawdoglib/rawdog.py", line 23, in <module>
    import feedparser, plugins
ImportError: No module named feedparser

***

rawdog behaves as expected after I emerged dev-python/feedparser .

feedparser is a required dependency according to the rawdog README.

Please add dev-python/feedparser to RDEPEND.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-04-23 14:34:32 UTC
It indeed requires feedparser which requires keywording to a missing arch
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-04-24 03:46:33 UTC
* rawdog-2.18-r1.ebuild (24 Apr 2014)

  24 Apr 2014: Ian Delaney <idella4@gentoo.org> +rawdog-2.18-r1.ebuild,
  rawdog-2.19.ebuild:
  revbump to stable 2.18 due to addition of ~hppa, 2.19 already set '~'

Hypnos, to add it required setting hppa and all keywords to ~ or unstable.  If you need this package made stable, feel free to prompt us via a new request bug to make rawdog-2.19 stable, not 2.18, but it need await another 3 weeks and be bug free to qualify.
hf