Added additional Ubuntu distro packages to remove#2
Added additional Ubuntu distro packages to remove#2ronaldbradford wants to merge 3 commits intodhellmann:masterfrom ronaldbradford:master
Conversation
|
I wanted to separate these two requests as you may like to change how my provided example is place in the filesystem and/or docs. Not sure how to provide this to you as a separate commit without preceding one. |
tasks/setuptools.yml
Outdated
There was a problem hiding this comment.
chardet is an unexpected one to have in this list. Is it used by one or more of these others?
There was a problem hiding this comment.
I will remove this. It is actually installed with either python-tox or python-virtualenv (and is not used if you then remove these packages. However there is a much longer list. e.g.
$ sudo apt-get install python-virtualenv
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-chardet-whl python-colorama python-colorama-whl python-distlib
python-distlib-whl python-html5lib python-html5lib-whl python-pip
python-pip-whl python-requests-whl python-setuptools python-setuptools-whl
python-six-whl python-urllib3-whl python-wheel python3-pkg-resources
There is a apt-get autoremove function that will remove unwanted packages, but I feel that is best left for a user to run.
|
The example file and instructions are fine, so let's sort out the chardet question and then I'll take them together. |
No description provided.