a631997 Add missing deps for `make pylint`

2 files Authored by slev 5 years ago, Committed by cheimes 5 years ago,
    Add missing deps for `make pylint`
    
    The make target `pylint` hasn't a full list of its dependencies.
    This leads to problems like:
    - different build results
    - PR tests just do not run pylint over some Python scripts.
    
    The new build target (`python_scripts`) was implemented.
    It's intended for building all Python scripts (files, containing
    @PYTHONSHEBANG@ as a shebang placeholder).
    
    The make `pylint` should require it.
    
    Fixes: https://pagure.io/freeipa/issue/7921
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+17 -3
file modified
+3 -0