#42811: py-libcloud @0.14.1: python 3, fails to install for due to missing dependency -----------------------------+-------------------------------- Reporter: Peter.Danecek@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: maintainer | Port: py-libcloud -----------------------------+-------------------------------- The port currently fails to install for the python 3.3 and 3.4 subport. This is due to missing `py-mock` dependency (used for testing), which currently is not enabled for Python 3.3 and 3.4. see also ticket #42476. {{{ petr% sudo port -v install py33-libcloud ---> Computing dependencies for py33-libcloud. Error: Dependency 'py33-mock' not found. To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py33-libcloud failed }}} The immediate solutions are: - implementing ticket #42476 as requested; - disable test here, at least for Python 3.3 and 3.4 subport; Not immediate: - wait for upstream solution to use `unitest.mock` instead; - patch to implement the above; -- Ticket URL: <https://trac.macports.org/ticket/42811> MacPorts <http://www.macports.org/> Ports system for OS X