python3-pydocstyle has no executable in /usr/bin or /usr/local/bin - Ubuntu 20.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pydocstyle (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
With a clean install of Ubuntu 20.04 I noticed that the python3-pydocstyle standard package doesn't come with an executable. I've had to copy it from other systems that were upgraded to Ubuntu 20.04
You can uninstall the package and use pip3 to get the executable, but the Ubuntu package should include it.
$ cat /etc/issue
Ubuntu 20.04 LTS \n \l
$
$ dpkg-query -L python3-pydocstyle
/.
/usr
/usr/lib
/usr/lib/python3
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/share
/usr/share/doc
/usr/share/
/usr/share/
/usr/share/
$
$ dpkg --list python3-pydocstyle
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii python3-pydocstyle 2.1.1-1 all Python docstring style checker (Python 3 library)
$