Opened 7 years ago

Closed 7 years ago

#54251 closed defect (fixed)

py36-requests @2.16.5: depends on unavailable urllib3

Reported by: mndavidoff (Monte Davidoff) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: stromnov@…
Port: py-requests

Description

It appears py-requests 2.16.5 has an additional dependency on urllib3, which is not available in MacPorts.

$ port installed py36-requests
The following ports are currently installed:
  py36-requests @2.16.5_0 (active)
$ python3
Python 3.6.1 (default, May 26 2017, 02:25:29) 
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/requests/__init__.py", line 48, in <module>
    import urllib3
ModuleNotFoundError: No module named 'urllib3'
>>>
$ port info py36-urllib3
Error: Port py36-urllib3 not found

Change History (1)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.