Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2017 22:33:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 220927] net/py-urllib3 upgrade to latest breaks certbot
Message-ID:  <bug-220927-21822-N9qmZajJGJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220927-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220927-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
P. Chevalier <chevalier@dspnet.fr> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 220927: net/py-urllib3 upgrade to latest breaks certbot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220927



--- Description ---
upgrade of port py27-urllib3-1.21.1 to py27-urllib3-1.22 breaks
py27-certbot-0.16.0,1

when launching the certbot utility :

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3037, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3021, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3050, in _initialize_master_working_set
    working_set =3D WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
657, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
670, in _build_from_requirements
    dists =3D ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
855, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'urllib3<1.22,>=3D1.21.1' distribut=
ion
was not found and is required by requests


Downgrading back to 1.21.1 makes it work again.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220927-21822-N9qmZajJGJ>