Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575720 - net-misc/gsutil-4.17 doesn't work with dev-python/PySocks
Summary: net-misc/gsutil-4.17 doesn't work with dev-python/PySocks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-26 12:26 UTC by frank
Modified: 2016-03-04 16:03 UTC (History)
2 users (show)

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 frank 2016-02-26 12:26:54 UTC
dev-python/socksipy was replaced with dev-python/PySocks (see bug 572536) but net-misc/gsutil-4.17 doesn't work with it:

$ gsutil
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/gsutil", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3141, in <module>
    @_call_aside
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3127, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 640, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 941, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 828, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'SocksiPy-branch>=1.01' distribution was not found and is required by gsutil

after restoring and installing the dev-python/socksipy ebuild, gsutil is happy again...
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2016-03-02 20:30:08 UTC
(In reply to frank from comment #0)
> pkg_resources.DistributionNotFound: The 'SocksiPy-branch>=1.01' distribution
> was not found and is required by gsutil
> 

That's ugly, but should be fixable.

> after restoring and installing the dev-python/socksipy ebuild, gsutil is
> happy again...

Sure it is, but that is not a fix.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2016-03-02 20:47:30 UTC
commit d593533fde76a219ed69143295c3cb525af43695
Author: Justin Lecher <jlec@gentoo.org>
Date:   Wed Mar 2 20:36:33 2016 +0000

    net-misc/gsutil: Drop residual SocksiPy-branch reference

    Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=575720

    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d593533fde76a219ed69143295c3cb525af43695