FS#64342 - [python-cheroot] Add python-jaraco as depends
Attached to Project:
Community Packages
Opened by Rafael Fontenelle (josephg) - Thursday, 31 October 2019, 12:38 GMT
Last edited by David Runge (dvzrv) - Tuesday, 19 November 2019, 20:16 GMT
Opened by Rafael Fontenelle (josephg) - Thursday, 31 October 2019, 12:38 GMT
Last edited by David Runge (dvzrv) - Tuesday, 19 November 2019, 20:16 GMT
|
Details
Description:
The file 'cheroot/setup.cfg' sets "jaraco' as 'install_requires" which is, quoting this source file, "required in actual runtime". However, python{,2}-jaraco is not listed in depends array. This missing dependency impacts in translate-toolkit's 'tmserver' tool which depends on python-cheroot. With python-cheroot, tmwserver with complain "ModuleNotFoundError: No module named 'jaraco'" Additional info: * package version(s) translate-toolkit 2.4.0-1 python-cheroot 8.2.1-1 python-jaraco 2019.10.22-1 * config and/or log files etc. tmserver-error.log - traceback output * link to upstream bug report, if any Steps to reproduce: 1. # pacman -S translate-toolkit python-cheroot 2. # pacman -R python-jaraco 3. $ tmserver |
This task depends upon
Closed by David Runge (dvzrv)
Tuesday, 19 November 2019, 20:16 GMT
Reason for closing: Duplicate
Additional comments about closing: Dup of FS#64181
Tuesday, 19 November 2019, 20:16 GMT
Reason for closing: Duplicate
Additional comments about closing: Dup of
FWIW, this unrelated but may come up: translate-toolkit's tmserver needs python-cheroot, which is not in its optdepends array. It has been reported in
FS#64341.