Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543764 - dev-python/bpython-0.13.2 requires dev-python/requests
Summary: dev-python/bpython-0.13.2 requires dev-python/requests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-19 09:30 UTC by Vojtech
Modified: 2015-03-21 16:50 UTC (History)
2 users (show)

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


Attachments
emerge --info bpython (info.txt,5.75 KB, text/plain)
2015-03-19 09:30 UTC, Vojtech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech 2015-03-19 09:30:18 UTC
Created attachment 399228 [details]
emerge --info bpython

$ bpython
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.3/bpython", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.3/site-packages/pkg_resources/__init__.py", line 3018, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.3/site-packages/pkg_resources/__init__.py", line 612, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.3/site-packages/pkg_resources/__init__.py", line 918, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.3/site-packages/pkg_resources/__init__.py", line 805, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: requests

Solved by emerge dev-python/requests (dev-python/requests-2.3.0)
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-03-21 16:50:16 UTC
+  21 Mar 2015; Justin Lecher <jlec@gentoo.org> bpython-0.13.1.ebuild,
+  bpython-0.13.2.ebuild:
+  Add missing dependency on dev-python/requests, #543764
+