id summary reporter owner description type status priority milestone component version resolution keywords cc port 58355 git-cola 3.1: Several sphinx modeule dependencies are missing. greyhare raimue "`sudo port install git-cola` was failing to install. The main.log file wasn't particularly clear, but I could make out the `make` command that was failing. Running it by itself, it failed with: {{{ pkg_resources.DistributionNotFound: The 'sphinxcontrib-qthelp' distribution was not found and is required by Sphinx }}} Installing the `py36-sphinxcontrib-qthelp` and rebuilding resulted in another module being called out, and so forth. By the time `git-cola` built successfully, the following ports had to be added: * `py36-sphinxcontrib-applehelp` * `py36-sphinxcontrib-devhelp` * `py36-sphinxcontrib-htmlhelp` * `py36-sphinxcontrib-jsmath` * `py36-sphinxcontrib-qthelp` * `py36-sphinxcontrib-serializinghtml` IMHO these ports should be added as dependencies for the `git-cola` port." defect closed Normal ports 2.5.4 fixed git-cola