Skip to content
Snippets Groups Projects
Commit 036f6f7e19e1 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

packaging: add docutils as dependency

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.

Differential Revision: https://phab.mercurial-scm.org/D8470
parent 380959c6f75e
No related branches found
No related tags found
1 merge request!29WIP: fixing filelog recording with copy overwrite
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment