This is an archive of the discontinued Mercurial Phabricator instance.

packaging: add docutils as dependency
ClosedPublic

Authored by indygreg on Apr 21 2020, 10:39 PM.

Details

Summary

The previous commit revealed that attempting to run
python setup.py build_doc from the packaging virtualenv
failed due to missing docutils package. We didn't notice
this before because py2exe Windows packaging appears to
use a Python from another virtualenv (which does include
docutils) to invoke setup.py. I discovered this as part
of implementing packaging outside of that virtualenv
environment.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Apr 21 2020, 10:39 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.