f42c3a9 intg: Prefer locally built python modules

Authored and Committed by lslebodn 6 years ago
    intg: Prefer locally built python modules
    
    Patch prepends path to sssd python modules; so we will be
    able to import them without any issue and they will be preferred over
    system modules.
    
    sh$[/tmp/sssd-intg.3gb4hzpn/var/log/sssd] python2
    Python 2.7.13 (default, Aug 16 2017, 12:56:26)
    [GCC 7.1.1 20170802 (Red Hat 7.1.1-7)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import SSSDConfig
    >>> print(SSSDConfig.__file__)
    /tmp/sssd-intg.3gb4hzpn/lib/python2.7/site-packages/SSSDConfig/__init__.pyc
    >>> import pyhbac
    >>> print(pyhbac.__file__)
    /tmp/sssd-intg.3gb4hzpn/lib64/python2.7/site-packages/pyhbac.so
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    (cherry picked from commit d82741b1a8ada493ca74efa5d5c8b731412d035c)
    
        
file modified
+1 -0