Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608970 - >=dev-python/sphinx-1.5 should have unconditional dependency on dev-python/requests
Summary: >=dev-python/sphinx-1.5 should have unconditional dependency on dev-python/re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 608212 609190 609194 609286 655532 662844 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-02-11 16:05 UTC by Hanno Böck
Modified: 2019-04-25 10:33 UTC (History)
3 users (show)

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


Attachments
failed compilation log (llvm-build-fail.log.xz,47.57 KB, application/x-xz)
2017-02-11 16:05 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2017-02-11 16:05:40 UTC
Created attachment 463296 [details]
failed compilation log

Compilation of llvm 4.0.0_rc1 fails if dev-python/requests is not installed with the error below. Compilation succeeded once I installed it. Should probably be added to DEPEND.

Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/sphinx-build", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3030, in <module>
    @_call_aside
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3014, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3043, in _initialize_master_w
orking_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 654, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'requests' distribution was not found and is required by Sphinx
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-11 17:05:09 UTC
So the egg-info states that requests are needed unconditionally, and only the two remaining 'net?' deps are in [websupport] section.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2017-02-13 18:03:22 UTC
*** Bug 608212 has been marked as a duplicate of this bug. ***
Comment 3 Arfrever Frehtes Taifersar Arahesis 2017-02-13 18:03:58 UTC
*** Bug 609190 has been marked as a duplicate of this bug. ***
Comment 4 Arfrever Frehtes Taifersar Arahesis 2017-02-13 18:04:25 UTC
*** Bug 609194 has been marked as a duplicate of this bug. ***
Comment 5 Arfrever Frehtes Taifersar Arahesis 2017-02-13 18:05:03 UTC
*** Bug 609286 has been marked as a duplicate of this bug. ***
Comment 6 David Seifert gentoo-dev 2017-02-13 21:46:02 UTC
commit 4c9137049682af6e89388cc195d4bb5f8dbebe6b
Author: David Seifert <soap@gentoo.org>
Date:   Mon Feb 13 22:43:37 2017 +0100

    dev-python/sphinx: Unconditionally depend on dev-python/requests
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=609286
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-13 08:15:16 UTC
*** Bug 655532 has been marked as a duplicate of this bug. ***
Comment 8 Michael Palimaka (kensington) gentoo-dev 2019-04-25 10:33:12 UTC
*** Bug 662844 has been marked as a duplicate of this bug. ***