Changes between Initial Version and Version 1 of Ticket #51562


Ignore:
Timestamp:
Jun 5, 2016, 2:24:08 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

MacPorts only has the ability for one port to depend on another port. It does not have the ability for one port to depend on a specific version of another port.

Sounds like py-mitmproxy needs to be updated to a version compatible with py-lxml 3.6 and later. mitmproxy 0.17.1 is available; maybe we can start with updating to that version.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51562

    • Property Cc petr@… added
    • Property Owner changed from macports-tickets@… to macports@…
    • Property Summary changed from py27-mitmproxy@0.16 depends on wrong version of py27-lxml to py27-mitmproxy @0.16: The 'lxml<3.6,>=3.5.0' distribution was not found and is required by mitmproxy
  • Ticket #51562 – Description

    initial v1  
    11here on a fresh El Capitan install it won't launch because it depends on an older version than is installed:
    22
    3 $ mitmproxy-2.7 [[BR]]
    4 
    5 ...[[BR]]
    6 
    7 pkg_resources.DistributionNotFound: The 'lxml<3.6,>=3.5.0' distribution was not found and is required by mitmproxy[[BR]]
    8 
    9 
    10 $ port installed|grep -i py27-lxml[[BR]]
    11 
     3{{{
     4$ mitmproxy-2.7
     5...
     6pkg_resources.DistributionNotFound: The 'lxml<3.6,>=3.5.0' distribution was not found and is required by mitmproxy
     7$ port installed|grep -i py27-lxml
    128  py27-lxml @3.6.0_0 (active)
     9}}}