question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider removing docutils from dependencies

See original GitHub issue

As 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:closed
  • Created 7 years ago
  • Reactions:26
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
amwcommented, Sep 21, 2016

I was also surprised finding documentation utility as a direct dependency of a SDK package. I think the issue is significant, because docutils uses non-trivial license. Parts of it are even covered by GPL3.

http://docutils.sourceforge.net/COPYING.html

2reactions
Falecommented, May 31, 2016

I did not noticed this one but I opened #933 for the same reason

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found