Add python-configparser as run dependency. Fixes T4594.
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D1073
Add python-configparser as rundep Authored by kyrios123 on Sep 23 2017, 7:51 PM. Tags Referenced Files
Subscribers
Details
Add python-configparser as run dependency. Fixes T4594. Signed-off-by: Pierre-Yves <pyu@riseup.net> $ 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
|