Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521998 - dev-python/sphinx_rtd_theme-0.1.6 should RDEPEND on dev-python/sphinx
Summary: dev-python/sphinx_rtd_theme-0.1.6 should RDEPEND on dev-python/sphinx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 20:42 UTC by W. Trevor King
Modified: 2014-09-04 11:01 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,4.11 KB, text/plain)
2014-09-02 20:46 UTC, W. Trevor King
Details

Note You need to log in before you can comment on or make changes to this bug.
Description W. Trevor King 2014-09-02 20:42:51 UTC
The distributed tarball has a requirements.txt file listing:

  sphinx>=1.1

so I expect the ebuild should have:

  RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"

Reproducible: Always




There are no actual Sphinx imports in the sphinx_rtd_theme package, but I think an RDEPEND makes sense to record the version compatibility and mirror the upstream packaging.
Comment 1 W. Trevor King 2014-09-02 20:46:20 UTC
Created attachment 384134 [details]
emerge --info
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-09-04 11:01:51 UTC
  04 Sep 2014; Ian Delaney <idella4@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
  added missing RDEP, fixes Bug 521998 by W.T. King