Page MenuHomeSolus

Add python-configparser as rundep
ClosedPublic

Authored by kyrios123 on Sep 23 2017, 7:51 PM.
Referenced Files
F11073468: D1073.id2580.diff
Sat, Aug 12, 4:30 AM
F11073467: D1073.id.diff
Sat, Aug 12, 4:30 AM
F11073466: D1073.id2590.diff
Sat, Aug 12, 4:30 AM
F11054786: D1073.diff
Fri, Aug 11, 1:11 AM
F11041273: D1073.diff
Thu, Aug 10, 4:09 AM
F10993273: D1073.diff
Tue, Jul 25, 4:28 PM
F10983297: D1073.diff
Sun, Jul 23, 1:48 PM
F10970041: D1073.id2580.diff
Fri, Jul 21, 1:00 AM
Subscribers

Details

Summary

Add python-configparser as run dependency. Fixes T4594.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
$ pylint --generate-rcfile
No config file found, using default configuration
[MASTER]

# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-whitelist=

# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS

# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=
...

Diff Detail

Repository
R3714 pylint
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 24 2017, 5:32 AM
This revision was automatically updated to reflect the committed changes.