Install rst2man failed for varnish agent [fix]
Working on CentOS and likely RHEL as well:
yum install python-docutils
In case if you installing varnish-agent-2 - after
sudo apt-get install python-docutils
you should execute again
./configure
python-docutils
wasn't working for me
I had to install the package docutils-common
sudo apt-get install docutils-common
rst2man is a virtual package, then you need install python-docutils package than provide rst2man and utilities for the documentation of Python modules.
sudo apt-get install python-docutils
After install this package, try the command:
sudo which rst2man