Consider removing docutils from dependencies
See original GitHub issueAs far as I can see, docutils package is only required for developing botocore itself and can be left out for botocore users.
I’d suggest considering to remove docutils from package dependencies as it adds significant time overhead to the installation process.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:26
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to uninstall python-docutils from Ubuntu
To delete configuration and/or data files of python-docutils and it's dependencies from Ubuntu then execute: sudo apt-get autoremove --purge python-docutils ...
Read more >pip cannot uninstall <package>: "It is a distutils installed project"
This error means that this package's metadata doesn't include a list of files that belong to it. Most probably, you have installed this ......
Read more >change python-docutils build dependency to python3 - GitLab
Just noticed, that the python-docutils build dependency in the source install docs no longer exists on the current Debian stable (bullseye), ...
Read more >Docutils Configuration Files
Note that leading whitespace is removed from values. ... [parsers], parser dependencies, and the section specific to the Parser used ("[... parser]").
Read more >errors were encounterd while processing: docutils-common ...
First remove the packages form dpkg/info directory sudo rm /var/lib/dpkg/info/docutils-common* python-docutils* golismero* · Then use --force- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I was also surprised finding documentation utility as a direct dependency of a SDK package. I think the issue is significant, because
docutilsuses non-trivial license. Parts of it are even covered by GPL3.http://docutils.sourceforge.net/COPYING.html
I did not noticed this one but I opened #933 for the same reason